Small. Fast. Reliable.
Choose any three.

SQLite Requirement Matrix Details
stmt_status.html

Index Summary Markup Original


R-65170-37686-46750-59741-09929-07769-53734-56917 tcl slt th3 src

Each prepared statement maintains various SQLITE_STMTSTATUS counters that measure the number of times it has performed specific operations.

/* IMP: R-65170-37686 */
# EVIDENCE-OF: R-65170-37686 Each prepared statement maintains various
# SQLITE_STMTSTATUS counters that measure the number of times it has
# performed specific operations.

R-61839-52333-58577-62900-39033-24200-06973-14092 tcl slt th3 src

This interface is used to retrieve and reset counter values from a prepared statement. The first argument is the prepared statement object to be interrogated. The second argument is an integer code for a specific SQLITE_STMTSTATUS counter to be interrogated.

/* IMP: R-61839-52333 */
# EVIDENCE-OF: R-61839-52333 This interface is used to retrieve and
# reset counter values from a prepared statement. The first argument is
# the prepared statement object to be interrogated. The second argument
# is an integer code for a specific SQLITE_STMTSTATUS counter to be
# interrogated.

R-13748-40725-63284-41855-27070-22763-27401-30101 tcl slt th3 src

The current value of the requested counter is returned.

/* IMP: R-13748-40725 */
# EVIDENCE-OF: R-13748-40725 The current value of the requested counter
# is returned.

R-52324-13814-42283-42747-08778-19058-01136-41555 tcl slt th3 src

If the resetFlg is true, then the counter is reset to zero after this interface call returns.

/* IMP: R-52324-13814 */
# EVIDENCE-OF: R-52324-13814 If the resetFlg is true, then the counter
# is reset to zero after this interface call returns.