sqldelight-runtime / com.squareup.sqldelight.db / SqlCursor / next

next

abstract fun next(): Boolean

Move to the next row in the result set.

Return
true if the cursor successfully moved to a new row, false if there was no row to iterate to.