public next() as Boolean throws SQLException
Moves to the next row.
import klyn.databases.sql if rows.next(): print(rows.rowNumber)