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)