(since Version 0.0.1)
setPos -- Sets the Position (current Row) of the ResultSet
setPos (int pos)
Sets the current Position of the ResultSet Object.
pos |
The new Position, a Value from -1 (Before the first record) to getRowCount()-1 |
nothing..