Uses of Interface
org.springframework.jdbc.core.SqlTypeValue
Packages that use SqlTypeValue
Package
Description
Provides the core JDBC framework, based on JdbcTemplate
and its associated callback interfaces and helper objects.
Classes supporting the
org.springframework.jdbc.core
package.-
Uses of SqlTypeValue in org.springframework.jdbc.core
Subinterfaces of SqlTypeValue in org.springframework.jdbc.coreModifier and TypeInterfaceDescriptioninterface
Subinterface ofSqlTypeValue
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 SqlTypeValueModifier and TypeClassDescriptionclass
Abstract implementation of the SqlTypeValue interface, for convenient creation of type values that are supposed to be passed into thePreparedStatement.setObject
method.class
Object to represent a binary parameter value for a SQL statement, for example, a binary stream for a BLOB or a LONGVARBINARY or PostgreSQL BYTEA column.class
Object to represent a character-based parameter value for a SQL statement, for example, a character stream for a CLOB/NCLOB or a LONGVARCHAR column.class
Deprecated.
SqlBinaryValue
andSqlCharacterValue