next

open fun next(): <Error class: unknown class><Boolean>

Move the cursor to the next row

Returns a QueryResult.Value with true for success and false when there are no more rows.

Parameters

index

Integer index of the column to read

Throws

Exception

when data was truncated

IllegalStateException

for unexpected return codes from mysql_stmt_fetch.