Searched defs:InsertRow (Results 1 - 1 of 1) 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...]

Completed in 58 milliseconds