This method can be used after either execSQL() or execPrepared() have returned true
to retrieve result set rows sequentially.
Similar functionality is available via execSQLSequence() and execPreparedSequence() in
which case the interface is presented as a forward range of Rows.
This method allows you to deal with very large result sets either a row at a time, or by
feeding the rows into some suitable container such as a linked list.
Get the next Row of a pending result set.
This method can be used after either execSQL() or execPrepared() have returned true to retrieve result set rows sequentially.
Similar functionality is available via execSQLSequence() and execPreparedSequence() in which case the interface is presented as a forward range of Rows.
This method allows you to deal with very large result sets either a row at a time, or by feeding the rows into some suitable container such as a linked list.