Method Summary
|
| writeString |
writes the next attribute to the stream as a string.
|
|
| writeBoolean |
writes the next attribute to the stream as boolean.
|
|
| writeByte |
writes the next attribute to the stream as byte.
|
|
| writeShort |
writes the next attribute to the stream as short.
|
|
| writeInt |
writes the next attribute to the stream as long.
|
|
| writeLong |
writes the next attribute to the stream as hyper.
|
|
| writeFloat |
writes the next attribute to the stream as float.
|
|
| writeDouble |
writes the next attribute to the stream as double.
|
|
| writeBytes |
writes the next attribute to the stream as byte sequence.
|
|
| writeDate |
writes the next attribute to the stream as a date.
|
|
| writeTime |
writes the next attribute to the stream as a time.
|
|
| writeTimestamp |
writes the next attribute to the stream as a datetime.
|
|
| writeBinaryStream |
writes the next attribute to the stream as a stream of uninterpreted
bytes.
|
|
| writeCharacterStream |
writes the next attribute to the stream as a stream of unicode string.
|
|
| writeObject |
writes to the stream the data contained in the given
XSQLData object.
|
|
| writeRef |
writes a REF(<structured-type>) to the stream.
|
|
| writeBlob |
writes a BLOB to the stream.
|
|
| writeClob |
writes a CLOB to the stream.
|
|
| writeStruct |
writes a structured-type to the stream.
|
|
| writeArray |
writes an array to the stream.
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.