public interface

DisposableSqlTypeValue

implements SqlTypeValue
org.springframework.jdbc.core.DisposableSqlTypeValue
Known Indirect Subclasses

Class Overview

Subinterface of SqlTypeValue that adds a cleanup callback, to be invoked after the value has been set and the corresponding statement has been executed.

See Also

Summary

[Expand]
Inherited Constants
From interface org.springframework.jdbc.core.SqlTypeValue
Public Methods
abstract void cleanup()
Clean up resources held by this type value, for example the LobCreator in case of a SqlLobValue.
[Expand]
Inherited Methods
From interface org.springframework.jdbc.core.SqlTypeValue

Public Methods

public abstract void cleanup ()

Clean up resources held by this type value, for example the LobCreator in case of a SqlLobValue.