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

Moves the cursor after the last row.

import klyn.databases.sql

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