sqlite_next
Seek to the next row number
Description
boolsqlite_next
resourceresult
sqlite_next advances the result handle
result to the next row.
Returns &false; if there are no more rows, &true; otherwise.
&sqlite.no-unbuffered;
See also sqlite_seek,
sqlite_current and
sqlite_rewind.