Lines Matching refs:moves
49 The 'next' method moves the cursor to the next row.
56 /** moves the cursor down one row from its current position.
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
209 /** moves the cursor a relative number of rows, either positive or negative.
239 /** moves the cursor to the previous row in the result set.