src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialArray.java
changeset 58338 faf791c5a710
parent 54106 9a90236ab64c
equal deleted inserted replaced
58337:270abce77942 58338:faf791c5a710
    64      * A serialized array in which each element is an <code>Object</code>
    64      * A serialized array in which each element is an <code>Object</code>
    65      * in the Java programming language that represents an element
    65      * in the Java programming language that represents an element
    66      * in the SQL <code>ARRAY</code> value.
    66      * in the SQL <code>ARRAY</code> value.
    67      * @serial
    67      * @serial
    68      */
    68      */
       
    69     @SuppressWarnings("serial") // Not statically typed as Serializable
    69     private Object[] elements;
    70     private Object[] elements;
    70 
    71 
    71     /**
    72     /**
    72      * The SQL type of the elements in this <code>SerialArray</code> object.  The
    73      * The SQL type of the elements in this <code>SerialArray</code> object.  The
    73      * type is expressed as one of the constants from the class
    74      * type is expressed as one of the constants from the class