Absolute method help to us to move cursor to any specific row in result set. If we call absolute method and
give value-1 as argument which row our cursor will point after calling absolute(-1)?
give value-1 as argument which row our cursor will point after calling absolute(-1)?
For example, calling absolute(-1) positions the cursor on the last row; calling absolute(-2) moves the
cursor to next-to -last row, and so on.
-Throws Exception if ResultSet type is TYPE_FORWARD_ONLY
cursor to next-to -last row, and so on.
-Throws Exception if ResultSet type is TYPE_FORWARD_ONLY
Absolute method help to us to move cursor to any specific row
Reviewed by MCH
on
April 18, 2014
Rating:
No comments: