Generated by
JDiff

Interface java.sql.SQLInput

Documentation changed from old to new.

Changed Methods
Array readArray() Documentation changed from old to new.
Reads an SQL ARRAY value from the stream and returns it as an Array object in the Java programming language.
InputStream readAsciiStream() Documentation changed from old to new.
Returns the next attribute in the stream as a stream of ASCII characters.
BigDecimal readBigDecimal() Documentation changed from old to new.
Reads the next attribute in the stream as a java.math.BigDecimal object in the Java programming language.
InputStream readBinaryStream() Documentation changed from old to new.
Returns the next attribute in the stream as a stream of uninterpreted bytes.
Blob readBlob() Documentation changed from old to new.
Reads an SQL BLOB value from the stream and returns it as a Blob object in the Java programming language.
boolean readBoolean() Documentation changed from old to new.
Reads the next attribute in the stream as a boolean in the Java programming language.
byte readByte() Documentation changed from old to new.
Reads the next attribute in the stream as a byte in the Java programming language.
byte[] readBytes() Documentation changed from old to new.
Reads the next attribute in the stream as an array of bytes in the Java programming language.
Reader readCharacterStream() Documentation changed from old to new.
Returns the next attribute in the stream as a stream of Unicode characters.
Clob readClob() Documentation changed from old to new.
Reads an SQL CLOB value from the stream and returns it as a Clob object in the Java programming language.
Date readDate() Documentation changed from old to new.
Reads the next attribute in the stream as a java.sql.Date object.
double readDouble() Documentation changed from old to new.
Reads the next attribute in the stream as a double in the Java programming language.
float readFloat() Documentation changed from old to new.
Reads the next attribute in the stream as a float in the Java programming language.
int readInt() Documentation changed from old to new.
Reads the next attribute in the stream as an int in the Java programming language.
long readLong() Documentation changed from old to new.
Reads the next attribute in the stream as a long in the Java programming language.
Object readObject() Documentation changed from old to new.
Returns the datum at the head of the stream as an Object in the Java programming language.
Ref readRef() Documentation changed from old to new.
Reads an SQL REF value from the stream and returns it as a Ref object in the Java programming language.
short readShort() Documentation changed from old to new.
Reads the next attribute in the stream as a short in the Java programming language.
String readString() Documentation changed from old to new.
Reads the next attribute in the stream as a String in the Java programming language.
Time readTime() Documentation changed from old to new.
Reads the next attribute in the stream as a java.sql.Time object.
Timestamp readTimestamp() Documentation changed from old to new.
Reads the next attribute in the stream as a java.sql.Timestamp object.
boolean wasNull() Documentation changed from old to new.
Determines whether the last value read was SQL NULL.