OracleSQLOutput

Extends java.lang.Object. Implements oracle.jdbc2.SQLOutput. Only in Oracle8i.

Methods

writeArray(ARRAY x )

Writes an array x to the stream.

writeArray(oracle.jdbc2.Array x )

Writes an array x to the stream.

writeAsciiStream(java.io.InputStream x )

Writes the next attribute to the stream as a stream of ASCII character x.

writeBfile(BFILE x)

Writes the next attribute to the stream as BFILE x.

writeBigDecimal(java.math.BigDecimal x )

Writes the next attribute to the stream as a java.math.BigDecimal x.

writeBinaryStream(java.io.InputStream x)

Writes the next attribute to the stream as a java.math.InputStream x.

writeBlob(BLOB x )

Writes the next attribute to the stream as a BLOB x.

writeBlob(oracle.jdbc2.Blob x )

Writes the next attribute to the stream as an oracle.jdbc2.Blob x.

writeBoolean(Boolean x )

Writes the next attribute to the stream as a Java Boolean x.

writeByte(byte x )

Writes the next attribute to the stream as a Java byte x.

writeBytes(byte[] x )

Writes the next attribute to the stream as an array of bytes x.

writeCHAR(CHAR x)

Writes the next attribute to the stream as a CHAR x.

writeCharacterStream(java.io.Reader x )

Writes the next attribute to the stream as a java.io.Reader x.

writeClob(CLOB x )

Writes the next attribute to the stream as a CLOB x.

writeClob(oracle.jdbc2.Clob x )

Writes the next attribute to the stream as a Clob x.

writeDATE(DATE x )

Writes the next attribute to the stream as a DATE x.

writeDate(java.sql.Date x )

Writes the next attribute ...

Get Oracle in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.