public next() as Boolean
Advances to the next row.
true when current contains a row; otherwise false.
true
current
false
while rows.next(): print(rows.current)