klyn.data.QueryStream.next
method
public next() as Boolean
Description

Advances to the next row.

Returns

true when current contains a row; otherwise false.

Example
while rows.next():
print(rows.current)