Generated by
JDiff

Interface java.sql.Blob

Documentation changed from old to new.

Changed Methods
InputStream getBinaryStream() Documentation changed from old to new.
Retrieves the BLOB designated by this Blob instance as a stream.
byte[] getBytes(long, int) Documentation changed from old to new.
Returns as an array of bytes part or all of the BLOB value that this Blob object designates.
long length() Documentation changed from old to new.
Returns the number of bytes in the BLOB value designated by this Blob object.
long position(byte[], long) Documentation changed from old to new.
Determines the byte position at which the specified byte pattern begins within the BLOB value that this Blob object represents.
long position(Blob, long) Documentation changed from old to new.
Determines the byte position in the BLOB value designated by this Blob object at which pattern begins.