TRACE_CLOSE top-level constant
int
const TRACE_CLOSE
An SQLITE_TRACE_CLOSE callback is invoked when a database connection closes.
The P argument is a pointer to the database connection object and the X argument is unused.
Implementation
const TRACE_CLOSE = 0x08;