Lines Matching refs:row
44 /** inserts the contents of the insert row into the result set and
45 the database. Must be on the insert row when this method is called.
53 current row. Cannot be called when on the insert row.
60 /** deletes the current row from the result set and the underlying
61 database. Cannot be called when on the insert row.
68 /** cancels the updates made to a row.
76 to rollback the updates made to a row. If no updates have been made or
87 /** moves the cursor to the insert row. The current cursor position is
88 remembered while the cursor is positioned on the insert row.
92 The insert row is a special row associated with an updatable
93 result set. It is essentially a buffer where a new row may
97 inserting the row into the result set.
108 called when the cursor is on the insert row. All of the columns in
125 current row. This method has no effect if the cursor is not on the insert
126 row.