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

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

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

Methods in org.springframework.jdbc.support.xml with parameters of type XmlCharacterStreamProvider
 SqlXmlValue Jdbc4SqlXmlHandler.newSqlXmlValue(XmlCharacterStreamProvider provider)
           
 SqlXmlValue SqlXmlHandler.newSqlXmlValue(XmlCharacterStreamProvider provider)
          Create a SqlXmlValue instance for the given XML data, as supported by the underlying JDBC driver.
 



Copyright © 2002-2008 The Spring Framework.