DatabaseConnectionConfiguration
Exposes the database connection configuration API.
Properties
Whether the ability to include comments in SQL text is enabled.
Whether triggers are enabled.
Whether views are enabled.
Number of significant digits that SQLite will attempt to preserve when converting floating point numbers (IEEE 754 "doubles") into text.
Whether the ability of the ATTACH DATABASE SQL command to create a new database file if the database filed named in the ATTACH command does not already exist is enabled.
Whether the ability of the ATTACH DATABASE SQL command to open a database for writing is enabled.
Whether the checkpoint performed by SQLite before closing the connection and deleting the WAL file, after a dababase connection is closed or detached, is enabled.
Whether the "defensive" flag for a database connection is activated.
Whether the llegacy double-quoted string literal misfeature is enabled for DDL statements, such as CREATE TABLE and CREATE INDEX.
Whether the legacy double-quoted string literal misfeature is enabled for DML statements only, that is DELETE, INSERT, SELECT, and UPDATE statements.
Whether the foreign key constraints are enabled.
Whether the fts3_tokenizer() function is enabled.
Whether the legacy behavior of the ALTER TABLE RENAME command such that it behaves as it did prior to version 3.24.0 (2018-06-04) is enabled.
Whether the legacy file format flag is activated.
Whether the sqlite3_load_extension() interface, independently of the load_extension() SQL function, is enabled.
Whether the query planner stability guarantee is enabled.
Whether the order in which tables and indexes are scanned are reversed so that the scans start at the end and work toward the beginning rather than starting at the beginning and working toward the end.
Whether the flag that enables collection of the sqlite3_stmt_scanstatus_v2() statistics is activated.
Whether the output of operations performed by trigger programs is included in the output of EXPLAIN QUERY PLAN commands.
Whether SQLite should assume that database schemas are untainted by malicious content.
Returns whether the "writable_schema" flag is activated.
Functions
Sets the name of the "main" database schema to name.
Enables of disables the database reset mode.