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.SqlLobValue
TYPE_UNKNOWN
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Clean up resources held by this type value,
for example the LobCreator in case of an SqlLobValue.
|
setTypeValue
void cleanup()
SqlLobValue.cleanup()
,
SqlValue.cleanup()