Example usage for Java java.sql SQLXML fields, constructors, methods, implement or subclass
The text is from its open source code.
InputStream | getBinaryStream() Retrieves the XML value designated by this SQLXML instance as a stream. |
Reader | getCharacterStream() Retrieves the XML value designated by this SQLXML instance as a java.io.Reader object. |
String | getString() Returns a string representation of the XML value designated by this SQLXML instance. |
T | setResult(Class Returns a Result for setting the XML value designated by this SQLXML instance. |
void | setString(String value) Sets the XML value designated by this SQLXML instance to the given String representation. |