Lines Matching refs:cursor

47 	A ResultSet maintains a cursor pointing to its current row of
48 data. Initially the cursor is positioned before the first row.
49 The 'next' method moves the cursor to the next row.
56 /** moves the cursor down one row from its current position.
60 A ResultSet cursor is initially positioned before the first row; the
78 /** indicates whether the cursor is before the first row in the result
88 /** indicates whether the cursor is after the last row in the result
98 /** indicates whether the cursor is on the first row of the result set.
107 /** indicates whether the cursor is on the last row of the result set.
127 /** moves the cursor to the front of the result set, just before the
135 /** moves the cursor to the end of the result set, just after the last
143 /** moves the cursor to the first row in the result set.
152 /** moves the cursor to the last row in the result set.
171 /** moves the cursor to the given row number in the result set.
175 If the row number is positive, the cursor moves to
181 If the given row number is negative, the cursor moves to
186 cursor on the last row,
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
209 /** moves the cursor a relative number of rows, either positive or negative.
214 positions the cursor before/after
217 is valid, but does not change the cursor position.
226 when there is no current row, for example, when the cursor is positioned before
239 /** moves the cursor to the previous row in the result set.
272 level and cursor sensitivity. If