< prev index next >

src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialStruct.java

Print this page

        

*** 78,87 **** --- 78,88 ---- * ordered according to their order in the definition of the * SQL structured type. * * @serial */ + @SuppressWarnings("serial") // Not statically typed as Serializable private Object attribs[]; /** * Constructs a <code>SerialStruct</code> object from the given * <code>Struct</code> object, using the given <code>java.util.Map</code>
< prev index next >