Small. Fast. Reliable.
Choose any three.

SQLite Requirement Matrix Details
bind_parameter_count.html

Index Summary Markup Original


R-51849-15852-01721-49206-07191-28976-11047-33073 tcl slt th3 src

This routine can be used to find the number of SQL parameters in a prepared statement.

th3/req1/bindparamcnt01.test:13

/* IMP: R-51849-15852 */
# EVIDENCE-OF: R-51849-15852 This routine can be used to find the number
# of SQL parameters in a prepared statement.

R-59665-46340-25157-22824-10328-32934-42335-25570 tcl slt th3 src

This routine actually returns the index of the largest (rightmost) parameter. For all forms except ?NNN, this will correspond to the number of unique parameters. If parameters of the ?NNN form are used, there may be gaps in the list.

th3/req1/bindparamcnt01.test:34

/* IMP: R-59665-46340 */
# EVIDENCE-OF: R-59665-46340 This routine actually returns the index of
# the largest (rightmost) parameter. For all forms except ?NNN, this
# will correspond to the number of unique parameters. If parameters of
# the ?NNN form are used, there may be gaps in the list.