public interface DisposableSqlTypeValue extends SqlTypeValue
SqlTypeValue that adds a cleanup callback,
to be invoked after the value has been set and the corresponding
statement has been executed.SqlLobValueTYPE_UNKNOWN| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Clean up resources held by this type value,
for example the LobCreator in case of a SqlLobValue.
|
setTypeValuevoid cleanup()
SqlLobValue.cleanup(),
SqlValue.cleanup()