Java java.sql SQLXML fields, constructors, methods, implement or subclass

Example usage for Java java.sql SQLXML fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.sql SQLXML.

The text is from its open source code.

Method

InputStreamgetBinaryStream()
Retrieves the XML value designated by this SQLXML instance as a stream.
ReadergetCharacterStream()
Retrieves the XML value designated by this SQLXML instance as a java.io.Reader object.
StringgetString()
Returns a string representation of the XML value designated by this SQLXML instance.
TsetResult(Class resultClass)
Returns a Result for setting the XML value designated by this SQLXML instance.
voidsetString(String value)
Sets the XML value designated by this SQLXML instance to the given String representation.