The Spring Framework

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

Packages that use DisposableSqlTypeValue
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 DisposableSqlTypeValue in org.springframework.jdbc.core.support
 

Classes in org.springframework.jdbc.core.support that implement DisposableSqlTypeValue
 class SqlLobValue
          Object to represent an SQL BLOB/CLOB value parameter.
 

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

Subinterfaces of DisposableSqlTypeValue 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.