|
int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
This routine returns the index of a host parameter with the given name. The name must match exactly. If no parameter with the given name is found, return 0. Parameter names must be UTF8.
See also lists of Objects, Constants, and Functions.