next

expect operator fun next(): Result?(source)

Move the cursor forward one row from its current row position.

Caution: ResultSet.next, ResultSet.allResults and ResultSet.iterator method share same data structure. They cannot be used together.

Caution: When a ResultSet is obtained from a QueryChangeListener and the QueryChangeListener is removed from Query, the ResultSet will be freed and this method will return null.

Return

the Result after moving the cursor forward. Returns null value if there are no more rows, or ResultSet is freed already.

actual operator fun next(): Result?(source)
actual operator fun next(): Result?(source)