klyn.databases.sql.ResultSet.absolute
method
public absolute(rowNumber as Int) as Boolean throws SQLException
Description

Moves to one absolute row number.

import klyn.databases.sql

rows.absolute(10)
Throws
  • SQLException if the cursor is invalid, the column reference is unknown, conversion fails, or the database reports an error.