moveToCurrentRow()

Syntax:

void moveToCurrentRow()
                      throws SQLException

Description:

Moves the cursor to the remembered cursor position, usually the current row. This method has no effect if the cursor is not on the insert row.

Throws:

SQLException - if a database access error occurs or this method is called on a closed result set

Reference:

For more information, reference JDBC documentation for: ResultSet.moveToCurrentRow()