程序包 org.springframework.jdbc.support.xml
Abstraction for handling fields of SQLXML data type.
接口概要 接口 说明 SqlXmlHandler Abstraction for handling XML fields in specific databases.SqlXmlValue Subinterface ofSqlValuethat 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.XmlBinaryStreamProvider Interface defining handling involved with providingOutputStreamdata for XML input.XmlCharacterStreamProvider Interface defining handling involved with providingWriterdata for XML input.XmlResultProvider Interface defining handling involved with providingResultdata for XML input.类概要 类 说明 Jdbc4SqlXmlHandler Default implementation of theSqlXmlHandlerinterface.异常错误概要 异常错误 说明 SqlXmlFeatureNotImplementedException Exception thrown when the underlying implementation does not support the requested feature of the API.