Generated by
JDiff

Interface java.sql.SQLInput

Documentation changed from old to new.

Added Methods
URL readURL() Reads an SQL DATALINK value from the stream and returns it as a java.net.URL object in the Java programming language.
 

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