Companion

Properties

Link copied to clipboard

Provides the ability to disable covering indexes for full table scans in the query optimizer.

Link copied to clipboard

Returns the currently defined memory allocation routines.

Link copied to clipboard

Returns currently defined mutex routines.

Link copied to clipboard

Returns current page cache implementation.

Link copied to clipboard

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.

Link copied to clipboard

Configures the SQLite global error log.

Link copied to clipboard

Sets the default lookaside size.

Link copied to clipboard

Sets low-level memory allocation routines to be used in place of the memory allocation routines built into SQLite.

Link copied to clipboard

Sets the maximum size for an in-memory database created using sqlite3_deserialize().

Link copied to clipboard

Turns on the collection of memory allocation statistics.

Link copied to clipboard

Sets the default mmap size limit.

Link copied to clipboard

This option sets the threading mode to "Multi-thread".

Link copied to clipboard

Sets alternative low-level mutex routines to be used in place the mutex routines built into SQLite.

Link copied to clipboard

Specifies a memory pool that SQLite can use for the database page cache with the default page cache implementation.

Link copied to clipboard

Specifies a custom page cache implementation.

Link copied to clipboard

Returns the number of extra bytes per page required for each page in SQLITE_CONFIG_PAGECACHE

Link copied to clipboard

Sets the "Minimum PMA Size" for the multithreaded sorter.

Link copied to clipboard

Sets the threading mode to "Serialized".

Link copied to clipboard

Sets the threading mode to "Single-thread".

Link copied to clipboard

Sets a hint to SQLite that it should avoid large memory allocations if possible

Link copied to clipboard

Sets sorter-reference size threshold.

Link copied to clipboard

Configures extra logs of all SQLite processing performed by an application.

Link copied to clipboard

Sets the statement journal spill-to-disk threshold.

Link copied to clipboard

Enables URI handling.

Link copied to clipboard

Specifies the maximum size of the created heap on Windoes platform.