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

/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSerialArray.java39 * The <code>SerialArray</code> class provides a constructor for creating
40 * a <code>SerialArray</code> instance from an <code>Array</code> object,
42 * methods for copying all or part of a <code>SerialArray</code> object.
51 public class SerialArray implements Array, Serializable, Cloneable { class in inherits:Array,Serializable,Cloneable
62 * The SQL type of the elements in this <code>SerialArray</code> object. The
71 * value that this <code>SerialArray</code> object represents.
77 * The number of elements in this <code>SerialArray</code> object, which
79 * that this <code>SerialArray</code> object represents.
85 * Constructs a new <code>SerialArray</code> object from the given
97 * The new <code>SerialArray</cod
137 public SerialArray(Array array, Map<String,Class<?>> map) method in class:SerialArray
250 public SerialArray(Array array) throws SerialException, SQLException { method in class:SerialArray
[all...]

Completed in 30 milliseconds