Java.Sql.ISQLOutput Members

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

Public Methods

WriteArray(IArray)
Write an SQL Array value into the output stream.
WriteAsciiStream(System.IO.Stream)
Write a stream of ASCII characters into the output stream.
WriteBigDecimal(Java.Math.BigDecimal)
Write a java.math.BigDecimal value into the output stream.
WriteBinaryStream(System.IO.Stream)
Write a stream of uninterpreted bytes into the output stream.
WriteBlob(IBlob)
Write an SQL Blob value into the output stream.
WriteBoolean(bool)
Write a boolean value into the output stream.
WriteByte(sbyte)
Write a byte value into the output stream.
WriteBytes(byte[])
Write an array of bytes into the output stream.
WriteCharacterStream(Java.IO.Reader)
Write a stream of unicode characters into the output stream.
WriteClob(IClob)
Write an SQL Clob value into the output stream.
WriteDate(Date)
Write a java.sql.Date value into the output stream.
WriteDouble(double)
Write a double value into the output stream.
WriteFloat(float)
Write a float value into the output stream.
WriteInt(int)
Write an int value into the output stream.
WriteLong(long)
Write a long value into the output stream.
WriteNClob(INClob)
Write a Clob into the output stream as an SQL NCLOB.
WriteNString(string)
Write a String into the output stream as an SQL NCHAR, NVARCHAR, or LONGNVARCHAR.
WriteObject(ISQLData)
Write an SQLData object into the output stream.
WriteRef(IRef)
Write an SQL Ref value into the output stream.
WriteRowId(IRowId)
Write a RowId into the output stream as an SQL ROWID.
WriteShort(short)
Write a short value into the output stream.
WriteSQLXML(ISQLXML)
Write a SQLXML into the output stream as an SQL XML.
WriteString(string)
Write a String value into the output stream.
WriteStruct(IStruct)
Write an SQL Struct value into the output stream.
WriteTime(Time)
Write a java.sql.Time value into the output stream.
WriteTimestamp(Timestamp)
Write a java.sql.Timestamp value into the output stream.
WriteURL(Java.Net.URL)
Write a URL into the output stream as an SQL DATALINK.