The Spring Framework

Uses of Interface
org.springframework.jdbc.support.xml.SqlXmlValue

Packages that use SqlXmlValue
org.springframework.jdbc.support.xml Abstraction for handling fields of SQLXML data type. 
 

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

Methods in org.springframework.jdbc.support.xml that return SqlXmlValue
 SqlXmlValue SqlXmlObjectMappingHandler.newMarshallingSqlXmlValue(Object value)
          Get an instance of an SqlXmlValue implementation to be used together with the database specific implementation of this SqlXmlObjectMappingHandler.
 SqlXmlValue SqlXmlHandler.newSqlXmlValue(Class resultClass, XmlResultProvider provider)
          Get an instance of an SqlXmlValue implementation to be used together with the database specific implementation of this SqlXmlHandler.
 SqlXmlValue SqlXmlHandler.newSqlXmlValue(Document doc)
          Get an instance of an SqlXmlValue implementation to be used together with the database specific implementation of this SqlXmlHandler.
 SqlXmlValue SqlXmlHandler.newSqlXmlValue(String value)
          Get an instance of an SqlXmlValue implementation to be used together with the database specific implementation of this SqlXmlHandler.
 SqlXmlValue SqlXmlHandler.newSqlXmlValue(XmlBinaryStreamProvider provider)
          Get an instance of an SqlXmlValue implementation to be used together with the database specific implementation of this SqlXmlHandler.
 SqlXmlValue SqlXmlHandler.newSqlXmlValue(XmlCharacterStreamProvider provider)
          Get an instance of an SqlXmlValue implementation to be used together with the database specific implementation of this SqlXmlHandler.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.