sqlite_current_bound

mIRC SQLite

sqlite_current_bound
Fetches the current row from a result and assigns the column values in variables.
Syntax
$sqlite_current_bound ( result [, bind_type ] )
Parameters
result
The result identifier.
bind_type
The type of the bind. 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_bound is identical to $sqlite_fetch_bound except it doesn't advance to the next row.