STMTSTATUS_MEMUSED top-level constant
int
const STMTSTATUS_MEMUSED
This is the approximate number of bytes of heap memory used to store the prepared statement.
This value is not actually a counter, and so the resetFlg parameter to sqlite3_stmt_status() is ignored when the opcode is SQLITE_STMTSTATUS_MEMUSED.
Implementation
const STMTSTATUS_MEMUSED = 99;