DBSTATUS_STMT_USED top-level constant

int const DBSTATUS_STMT_USED

This parameter returns the approximate number of bytes of heap and lookaside memory used by all prepared statements associated with the database connection.

The highwater mark associated with SQLITE_DBSTATUS_STMT_USED is always 0.

Implementation

const DBSTATUS_STMT_USED = 3;