Searched defs:Blob (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DBlob.java36 * a database table. By default drivers implement <code>Blob</code> using
38 * <code>Blob</code> object contains a logical pointer to the
40 * A <code>Blob</code> object is valid for the duration of the
47 * The <code>Blob</code> interface provides methods for getting the
54 * All methods on the <code>Blob</code> interface must be fully implemented if the
60 public interface Blob { interface
64 * designated by this <code>Blob</code> object.
76 * value that this <code>Blob</code> object represents, as an array of
87 * by this <code>Blob</code> object, starting with the
101 * <code>Blob</cod
[all...]

Completed in 40 milliseconds