db9010 / com.jovial.db9010 / SelectQuery / next

next

fun next(): Boolean

Move the select cursor to the next row in the query. Gives true if there is a next row, false otherwise. See ResultSet.next.