//runtime/com.squareup.sqldelight.db/SqlCursor/next
next
[common]
Content
abstract fun next(): Boolean
More info
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.