Uses of Interface
org.springframework.jdbc.support.xml.XmlBinaryStreamProvider
Package
Description
Abstraction for handling fields of SQLXML data type.
-
Uses of XmlBinaryStreamProvider in org.springframework.jdbc.support.xml
Modifier and TypeMethodDescriptionJdbc4SqlXmlHandler.newSqlXmlValue
(XmlBinaryStreamProvider provider) SqlXmlHandler.newSqlXmlValue
(XmlBinaryStreamProvider provider) Create aSqlXmlValue
instance for the given XML data, as supported by the underlying JDBC driver.