java.sql.SQLXML |
Maps SQL's XML type into Java.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Frees any resources held by this object.
| |||||||||||
Returns a stream that can be used to read binary data from this SQL
XML object. | |||||||||||
Returns a reader that can be used to read character data from this SQL
XML object. | |||||||||||
Returns a
Source for reading this object's data. | |||||||||||
Returns this object's data as an XML string.
| |||||||||||
Returns a stream that can be used to write binary data to this SQL
XML object. | |||||||||||
Returns a writer that can be used to write character data to this SQL
XML object. | |||||||||||
Returns a
Result for writing this object's data. | |||||||||||
Sets this object's data to the given XML string.
|
Frees any resources held by this object. After free
is called, calling
method other than free
will throw SQLException
(calling free
repeatedly will do nothing).
SQLException |
---|
Returns a stream that can be used to read binary data from this SQL XML
object.
SQLException | if an error occurs accessing the data |
---|
Returns a reader that can be used to read character data from this SQL XML
object.
SQLException | if an error occurs accessing the data |
---|
Returns a Source
for reading this object's data.
SQLException | if an error occurs accessing the data |
---|
Returns this object's data as an XML string.
SQLException | if an error occurs accessing the data |
---|
Returns a stream that can be used to write binary data to this SQL XML
object.
SQLException | if an error occurs accessing the data |
---|
Returns a writer that can be used to write character data to this SQL XML
object.
SQLException | if an error occurs accessing the data |
---|
Returns a Result
for writing this object's data.
SQLException | if an error occurs accessing the data |
---|
Sets this object's data to the given XML string.
SQLException | if an error occurs accessing the data |
---|