sqlite_current

mIRC SQLite

sqlite_current
Fetches the current row from a result.
Syntax
$sqlite_current ( result, hash_table [, result_type ] )
Parameters
result
The result identifier.
hash_table
The name of the hash table to where to store the row data.
result_type
The type of the result. Optional, see remarks for more info.
Return Value
1 on success; Otherwise 0 if the current row position is beyond final row, or $null if there was an error.
Remarks
$sqlite_current is identical to $sqlite_fetch_row except it doesn't advance to the next row.
See Also
sqlite_fetch_row