Searched refs:SerialStruct (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSerialStruct.java48 * The <code>SerialStruct</code> class provides a constructor for creating
53 public class SerialStruct implements Struct, Serializable, Cloneable { class in inherits:Struct,Serializable,Cloneable
58 * <code>SerialStruct</code> object represents. This is the name
68 * <code>SerialStruct</code> object represents. The attributes are
77 * Constructs a <code>SerialStruct</code> object from the given
90 public SerialStruct(Struct in, Map<String,Class<?>> map) method in class:SerialStruct
116 * Constructs a <code>SerialStruct</code> object from the
133 public SerialStruct(SQLData in, Map<String,Class<?>> map) method in class:SerialStruct
153 * Retrieves the SQL type name for this <code>SerialStruct</code>
159 * <code>SerialStruct</cod
[all...]
H A DSQLOutputImpl.java433 * We have to write out a SerialStruct that contains
437 attribs.add(new SerialStruct((SQLData)x, map));
515 SerialStruct s = new SerialStruct(x,map);;
H A DSerialArray.java104 * that is, a <code>SerialStruct</code>, <code>SerialArray</code>,
159 elements[i] = new SerialStruct((Struct)elements[i], map);
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DCachedRowSetWriter.java40 import javax.sql.rowset.serial.SerialStruct;
598 rsval = new SerialStruct((SQLData)rsval, map);
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java674 obj = new SerialStruct((Struct)obj, map);
676 obj = new SerialStruct((SQLData)obj, map);
7361 obj = new SerialStruct((Struct)obj, map);
7363 obj = new SerialStruct((SQLData)obj, map);

Completed in 1804 milliseconds