DBSTATUS_MAX top-level constant
int
const DBSTATUS_MAX
These constants are the available integer "verbs" that can be passed as the second argument to the sqlite3_db_status() interface. New verbs may be added in future releases of SQLite. Existing verbs might be discontinued. Applications should check the return code from sqlite3_db_status() to make sure that the call worked. The sqlite3_db_status() interface will return a non-zero error code if a discontinued or unsupported verb is invoked.
Implementation
const DBSTATUS_MAX = 12;