STMTSTATUS_RUN top-level constant
int
const STMTSTATUS_RUN
This is the number of times that the prepared statement has been run.
A single "run" for the purposes of this counter is one or more calls to sqlite3_step() followed by a call to sqlite3_reset(). The counter is incremented on the first sqlite3_step() call of each cycle.
Implementation
const STMTSTATUS_RUN = 6;