sqlite_next
SQLiteResult->next
SQLiteUnbuffered->next
Seek to the next row number
&reftitle.description;
boolsqlite_next
resourceresult
Object oriented style (method):
SQLiteResult
boolnext
SQLiteUnbuffered
boolnext
sqlite_next advances the result handle
result to the next row.
&reftitle.parameters;
result
The SQLite result resource. This parameter is not required when using
the object-oriented method.
&reftitle.returnvalues;
Returns &true; on success, or &false; if there are no more rows.
&reftitle.seealso;
sqlite_seek
sqlite_current
sqlite_rewind