Lines Matching refs:current
47 A ResultSet maintains a cursor pointing to its current row of
56 /** moves the cursor down one row from its current position.
61 first call to next makes the first row the current row; the
62 second call makes the second row the current row, and so on.
64 <p>If an input stream is open for the current row, a call
117 to determine whether the current row is the last row in the result set.
161 /** retrieves the current row number. The first row is number 1, the
164 the current position
226 when there is no current row, for example, when the cursor is positioned before
230 how many rows should be moved relative to the current row
249 when there is no current row.
259 /** refreshes the current row with its most recent value in
288 /** indicates whether the current row has been updated. The value returned
298 /** indicates whether the current row has had an insertion. The value returned