| org.springframework.jdbc.core.ParameterDisposer | 
Interface to be implemented by objects that can close resources allocated by parameters like SqlLobValues.
Typically implemented by PreparedStatementCreators and PreparedStatementSetters that support DisposableSqlTypeValue objects (e.g. SqlLobValue) as parameters.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Close the resources allocated by parameters that the implementing
 object holds, for example in case of a DisposableSqlTypeValue
 (like a SqlLobValue). | |||||||||||