See: Description
Interface | Description |
---|---|
SqlXmlHandler |
Abstraction for handling XML fields in specific databases.
|
SqlXmlValue |
Subinterface of
SqlValue
that specifically indicates passing in XML data to a specified column. |
XmlBinaryStreamProvider |
Interface defining handling involved with providing
OutputStream
data for XML input. |
XmlCharacterStreamProvider |
Interface defining handling involved with providing
Writer
data for XML input. |
XmlResultProvider |
Interface defining handling involved with providing
Result
data for XML input. |
Class | Description |
---|---|
Jdbc4SqlXmlHandler |
Default implementation of the
SqlXmlHandler interface. |
Exception | Description |
---|---|
SqlXmlFeatureNotImplementedException |
Exception thrown when the underlying implementation does not support the
requested feature of the API.
|