previous |
start |
next
Scrollable and Updatable Result Sets
- Methods for navigating a scrollable result set
- previous() - moves to the previous row
- first() and last() - moves to first or last row
- relative(n) - moves by n rows
- absolute(n) - moves to row number n
- A scrollable result set effectively gives you random access to
the result set
previous |
start |
next