Searched refs:InsertRow (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DInsertRow.java41 public class InsertRow extends BaseRow implements Serializable, Cloneable { class in inherits:BaseRow,Serializable,Cloneable
45 * columns in this <code>InsertRow</code> object that have had a value
51 * The number of columns in this <code>InsertRow</code> object.
58 * Creates an <code>InsertRow</code> object initialized with the
65 * in this <code>InsertRow</code> object
67 public InsertRow(int numCols) { method in class:InsertRow
79 * Sets the bit in this <code>InsertRow</code> object's internal
81 * in this <code>InsertRow</code> object. Setting a bit indicates
92 * Indicates whether this <code>InsertRow</code> object has a value
96 * <code>InsertRow</cod
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java160 private InsertRow insertRow;
5628 insertRow = new InsertRow(numCols);

Completed in 67 milliseconds