sqlite_has_prev
SQLiteResult->hasPrev
Returns whether or not a previous row is available
&reftitle.description;
boolsqlite_has_prev
resourceresult
Object oriented style (method):
SQLiteResult
boolhasPrev
Find whether there are more previous rows from the given result handle.
&reftitle.parameters;
result
The SQLite result resource. This parameter is not required when using
the object-oriented method.
&sqlite.no-unbuffered;
&reftitle.returnvalues;
Returns &true; if there are more previous rows available from the
result handle, or &false; otherwise.
&reftitle.seealso;
sqlite_prev
sqlite_has_more
sqlite_num_rows