OpenParamsBlock

Parameters used when opening the database

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var journalMode: SqliteDatabaseJournalMode?

Sets the journal mode for databases associated with the current database connection The journalMode for an in-memory database is either MEMORY or OFF.

Link copied to clipboard
var locale: Locale

Default locale to open the database.

Link copied to clipboard

Total number of lookaside memory slots per database connection or -1 if not set

Link copied to clipboard

Size in bytes of each lookaside slot or -1 if not set.

Link copied to clipboard

Flags to control database access mode.

Link copied to clipboard
var syncMode: SqliteDatabaseSyncMode?

Sets the filesystem sync mode.

Functions

Link copied to clipboard

Adds flags to control database access mode

Link copied to clipboard

Removes database access mode flags

Link copied to clipboard