The Spring Framework

Uses of Interface
org.springframework.jdbc.core.SqlTypeValue

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. 
org.springframework.jdbc.support.xml Abstraction for handling fields of SQLXML data type. 
 

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.
 

Uses of SqlTypeValue in org.springframework.jdbc.support.xml
 

Subinterfaces of SqlTypeValue in org.springframework.jdbc.support.xml
 interface SqlXmlValue
          Subinterface of SqlTypeValue that supports passing in XML data to specified column and adds a cleanup callback, to be invoked after the value has been set and the corresponding statement has been executed.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.