Small. Fast. Reliable.
Choose any three.
SQLite C Interface
Status Parameters for database connections
#define SQLITE_DBSTATUS_LOOKASIDE_USED 0
Important: This interface is experimental and is subject to change without notice.
Status verbs for sqlite3_db_status().
- SQLITE_DBSTATUS_LOOKASIDE_USED
- This parameter returns the number of lookaside memory slots currently
checked out.
See also lists of
Objects,
Constants, and
Functions.
This page last modified 2009/07/31 12:35:28 UTC