Package org.springframework.jdbc.core
Interface DisposableSqlTypeValue
- All Superinterfaces:
SqlTypeValue
- All Known Implementing Classes:
SqlLobValue
Subinterface of
SqlTypeValue
that adds a cleanup callback,
to be invoked after the value has been set and the corresponding
statement has been executed.- Since:
- 1.1
- Author:
- Juergen Hoeller
- See Also:
-
Field Summary
Fields inherited from interface org.springframework.jdbc.core.SqlTypeValue
TYPE_UNKNOWN
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup()
Clean up resources held by this type value, for example the LobCreator in case of an SqlLobValue.Methods inherited from interface org.springframework.jdbc.core.SqlTypeValue
setTypeValue
-
Method Details
-
cleanup
void cleanup()Clean up resources held by this type value, for example the LobCreator in case of an SqlLobValue.- See Also:
-