Java.Sql.ISQLXML Members

The members of Java.Sql.ISQLXML are listed below.

Public Properties

[read-only]
BinaryStreamSystem.IO.Stream. Returns a stream that can be used to read binary data from this SQL XML object.
[read-only]
CharacterStreamJava.IO.Reader. Returns a reader that can be used to read character data from this SQL XML object.
Stringstring. Returns this object's data as an XML string.

Public Methods

Free()
Frees any resources held by this object.
GetSource(Java.Lang.Class) : Java.Lang.Object
Documentation for this section has not yet been entered.
SetBinaryStream() : System.IO.Stream
Returns a stream that can be used to write binary data to this SQL XML object.
SetCharacterStream() : Java.IO.Writer
Returns a writer that can be used to write character data to this SQL XML object.
SetResult(Java.Lang.Class) : Java.Lang.Object
Documentation for this section has not yet been entered.