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

/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSerialBlob.java37 * The <code>SerialBlob</code> class provides a constructor for creating
41 * to the client before a <code>SerialBlob</code> object
47 * <code>SerialBlob</code> methods make it possible to make a copy of a
48 * <code>SerialBlob</code> object as an array of bytes or as a stream.
50 * <code>Blob</code> object within a <code>SerialBlob</code> object
55 public class SerialBlob implements Blob, Serializable, Cloneable { class in inherits:Blob,Serializable,Cloneable
59 * value of this <code>SerialBlob</code> object.
66 * <code>SerialBlob</code> object is based.
71 * The number of bytes in this <code>SerialBlob</code> object's
78 * The orginal number of bytes in this <code>SerialBlob</cod
98 public SerialBlob(byte[] b) throws SerialException, SQLException { method in class:SerialBlob
128 public SerialBlob (Blob blob) throws SerialException, SQLException { method in class:SerialBlob
[all...]

Completed in 34 milliseconds