Generated by
JDiff

Interface java.sql.SQLOutput

Documentation changed from old to new.

Changed Methods
void writeArray(Array) Documentation changed from old to new.
Writes an SQL ARRAY value to the stream.
void writeAsciiStream(InputStream) Documentation changed from old to new.
Writes the next attribute to the stream as a stream of ASCII characters.
void writeBigDecimal(BigDecimal) Documentation changed from old to new.
Writes the next attribute to the stream as a java.math.BigDecimal object.
void writeBinaryStream(InputStream) Documentation changed from old to new.
Writes the next attribute to the stream as a stream of uninterpreted bytes.
void writeBlob(Blob) Documentation changed from old to new.
Writes an SQL BLOB value to the stream.
void writeBoolean(boolean) Documentation changed from old to new.
Writes the next attribute to the stream as a Java boolean.
void writeByte(byte) Documentation changed from old to new.
Writes the next attribute to the stream as a Java byte.
void writeBytes(byte[]) Documentation changed from old to new.
Writes the next attribute to the stream as an array of bytes.
void writeCharacterStream(Reader) Documentation changed from old to new.
Writes the next attribute to the stream as a stream of Unicode characters.
void writeClob(Clob) Documentation changed from old to new.
Writes an SQL CLOB value to the stream.
void writeDate(Date) Documentation changed from old to new.
Writes the next attribute to the stream as a java.sql.Date object.
void writeDouble(double) Documentation changed from old to new.
Writes the next attribute to the stream as a Java double.
void writeFloat(float) Documentation changed from old to new.
Writes the next attribute to the stream as a Java float.
void writeInt(int) Documentation changed from old to new.
Writes the next attribute to the stream as a Java int.
void writeLong(long) Documentation changed from old to new.
Writes the next attribute to the stream as a Java long.
void writeObject(SQLData) Documentation changed from old to new.
Writes to the stream the data contained in the given SQLData object.
void writeRef(Ref) Documentation changed from old to new.
Writes an SQL REF value to the stream.
void writeShort(short) Documentation changed from old to new.
Writes the next attribute to the stream as a Java short.
void writeString(String) Documentation changed from old to new.
Writes the next attribute to the stream as a String in the Java programming language.
void writeStruct(Struct) Documentation changed from old to new.
Writes an SQL structured type value to the stream.
void writeTime(Time) Documentation changed from old to new.
Writes the next attribute to the stream as a java.sql.Time object.
void writeTimestamp(Timestamp) Documentation changed from old to new.
Writes the next attribute to the stream as a java.sql.Timestamp object.