klyn.databases.sql.ResultSet.last
method
public last() as Boolean throws SQLException
Description

Moves to the last row.

import klyn.databases.sql

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