The members of Java.Sql.ISQLXML are listed below.
| [read-only] | BinaryStream | System.IO.Stream. Returns a stream that can be used to read binary data from this SQL XML object. |
| [read-only] | CharacterStream | Java.IO.Reader. Returns a reader that can be used to read character data from this SQL XML object. |
| String | string. Returns this object's data as an XML string. |
Free()Frees any resources held by this object. | ||
GetSource(Java.Lang.Class)Documentation for this section has not yet been entered. | ||
SetBinaryStream()Returns a stream that can be used to write binary data to this SQL XML object. | ||
SetCharacterStream()Returns a writer that can be used to write character data to this SQL XML object. | ||
SetResult(Java.Lang.Class)Documentation for this section has not yet been entered. | ||