sqlite_bind_column

mIRC SQLite

sqlite_bind_column
Binds a column to a variable.
Syntax
$sqlite_bind_column ( result, column, var ) [ .name ]
/sqlite_bind_column result column var
Parameters
result
The result identifier.
column
The column number of name to bind for. Must exist in the result set.
var
The variable or binary variable to bind the column for.
Properties
name
Forces column to be treated as name.
Return Value
1 on success, or $null if there was an error.
Remarks
This is an alias for $sqlite_bind_field provided for convience.