August 2010
Intermediate to advanced
526 pages
23h 39m
English
sqlite3_bind_parameter_count() — Get the number of statement parameters
int sqlite3_bind_parameter_count( sqlite3_stmt* stmt );
stmt
A prepared statement that contains parameter values.
The number of valid parameters in this statement.
This function returns the largest valid statement parameter index in the given statement. If this function returns 6, valid parameter indexes include 1 through 6, inclusive.
Read now
Unlock full access