sqlite_has_more
Finds whether or not more rows are available
&reftitle.description;
boolsqlite_has_more
resourceresult
Finds whether more rows are available from the given result set.
&reftitle.parameters;
result
The SQLite result resource.
&reftitle.returnvalues;
Returns &true; if there are more rows available from the
result handle, or &false; otherwise.
&reftitle.seealso;
sqlite_num_rows
sqlite_changes