|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SqlTypeValue | |
---|---|
org.springframework.jdbc.core | Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects. |
org.springframework.jdbc.core.support | Classes supporting the org.springframework.jdbc.core package. |
Uses of SqlTypeValue in org.springframework.jdbc.core |
---|
Subinterfaces of SqlTypeValue in org.springframework.jdbc.core | |
---|---|
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. |
Uses of SqlTypeValue in org.springframework.jdbc.core.support |
---|
Classes in org.springframework.jdbc.core.support that implement SqlTypeValue | |
---|---|
class |
AbstractSqlTypeValue
Abstract implementation of the SqlTypeValue interface, for convenient creation of type values that are supposed to be passed into the PreparedStatement.setObject method. |
class |
SqlLobValue
Object to represent an SQL BLOB/CLOB value parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |