Uses of Interface
org.springframework.jdbc.support.xml.XmlCharacterStreamProvider
Packages that use XmlCharacterStreamProvider Package Description 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 Modifier and Type Method Description SqlXmlValueJdbc4SqlXmlHandler. newSqlXmlValue(XmlCharacterStreamProvider provider)SqlXmlValueSqlXmlHandler. newSqlXmlValue(XmlCharacterStreamProvider provider)Create aSqlXmlValueinstance for the given XML data, as supported by the underlying JDBC driver.