Lines Matching refs:last
88 /** indicates whether the cursor is after the last row in the result
107 /** indicates whether the cursor is on the last row of the result set.
117 to determine whether the current row is the last row in the result set.
135 /** moves the cursor to the end of the result set, just after the last
152 /** moves the cursor to the last row in the result set.
158 boolean last() raises (SQLException);
186 cursor on the last row,
188 indicates the next-to-last row, and so on.
191 An attempt to position the cursor beyond the first/last row in
192 the result set leaves the cursor before/after the first/last
213 Attempting to move beyond the first/last row in the result set
215 the first/last row. Calling
227 the first row or after the last row of the result set.