setPos

(since Version 0.0.1)
setPos -- Sets the Position (current Row) of the ResultSet

Description:

setPos (int pos)

Sets the current Position of the ResultSet Object.

Parameter:

pos
The new Position, a Value from -1 (Before the first record) to getRowCount()-1

Return value:

nothing..