|
The Spring Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DisposableSqlTypeValue
Subinterface of SqlTypeValue that adds a cleanup callback, to be invoked after the value has been set and the corresponding statement has been executed.
SqlLobValue| Field Summary |
|---|
| Fields inherited from interface org.springframework.jdbc.core.SqlTypeValue |
|---|
TYPE_UNKNOWN |
| Method Summary | |
|---|---|
void |
cleanup()
Clean up resources held by this type value, for example the LobCreator in case of a SqlLobValue. |
| Methods inherited from interface org.springframework.jdbc.core.SqlTypeValue |
|---|
setTypeValue |
| Method Detail |
|---|
void cleanup()
SqlLobValue.cleanup()
|
The Spring Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||