Properties
Provides the ability to disable covering indexes for full table scans in the query optimizer.
Returns the currently defined memory allocation routines.
Returns currently defined mutex routines.
Returns current page cache implementation.
Specifies a static memory buffer that SQLite will use for all of its dynamic memory allocation needs beyond those provided for by SQLITE_CONFIG_PAGECACHE.
Configures the SQLite global error log.
Sets the default lookaside size.
Sets low-level memory allocation routines to be used in place of the memory allocation routines built into SQLite.
Sets the maximum size for an in-memory database created using sqlite3_deserialize().
Turns on the collection of memory allocation statistics.
Sets the default mmap size limit.
This option sets the threading mode to "Multi-thread".
Sets alternative low-level mutex routines to be used in place the mutex routines built into SQLite.
Specifies a memory pool that SQLite can use for the database page cache with the default page cache implementation.
Specifies a custom page cache implementation.
Returns the number of extra bytes per page required for each page in SQLITE_CONFIG_PAGECACHE
Sets the "Minimum PMA Size" for the multithreaded sorter.
Sets the threading mode to "Serialized".
Sets the threading mode to "Single-thread".
Sets a hint to SQLite that it should avoid large memory allocations if possible
Sets sorter-reference size threshold.
Configures extra logs of all SQLite processing performed by an application.
Sets the statement journal spill-to-disk threshold.
Enables URI handling.
Specifies the maximum size of the created heap on Windoes platform.