SQLiteDbConfig

Constants for sqlite3_db_config operations that use the boolean (int, int*) variadic signature.

See also

Properties

Link copied to clipboard
const val DEFENSIVE: Int = 1010
Link copied to clipboard
const val DQS_DDL: Int = 1014
Link copied to clipboard
const val DQS_DML: Int = 1013
Link copied to clipboard
const val ENABLE_FKEY: Int = 998
Link copied to clipboard
const val ENABLE_FTS3_TOKENIZER: Int = 1002
Link copied to clipboard
const val ENABLE_LOAD_EXTENSION: Int = 1004
Link copied to clipboard
const val ENABLE_QPSG: Int = 1006
Link copied to clipboard
const val ENABLE_TRIGGER: Int = 999
Link copied to clipboard
const val ENABLE_VIEW: Int = 1015
Link copied to clipboard
const val LEGACY_ALTER_TABLE: Int = 1012
Link copied to clipboard
const val LEGACY_FILE_FORMAT: Int = 1016
Link copied to clipboard
const val NO_CKPT_ON_CLOSE: Int = 1005
Link copied to clipboard
const val RESET_DATABASE: Int = 1008
Link copied to clipboard
const val REVERSE_SCANORDER: Int = 1019
Link copied to clipboard
const val STMT_SCANSTATUS: Int = 1018
Link copied to clipboard
const val TRIGGER_EQP: Int = 1007
Link copied to clipboard
const val TRUSTED_SCHEMA: Int = 1017
Link copied to clipboard
const val WRITABLE_SCHEMA: Int = 1011