public interface ParameterDisposer
SqlLobValue objects.
Typically implemented by PreparedStatementCreators and
PreparedStatementSetters that support DisposableSqlTypeValue
objects (e.g. SqlLobValue) as parameters.
PreparedStatementCreator,
PreparedStatementSetter,
DisposableSqlTypeValue,
SqlLobValue| Modifier and Type | Method and Description |
|---|---|
void |
cleanupParameters()
Close the resources allocated by parameters that the implementing
object holds, for example in case of a DisposableSqlTypeValue
(like a SqlLobValue).
|