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

Moves to the next row.

import klyn.databases.sql

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