klyn.databases.sql.ResultSet.moveBeforeFirst
method
public moveBeforeFirst() as Void throws SQLException
Description

Moves the cursor before the first row.

import klyn.databases.sql

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