OPEN_PRIVATECACHE top-level constant

int const OPEN_PRIVATECACHE

The database is opened shared cache disabled, overriding the default shared cache setting provided by sqlite3_enable_shared_cache().

Implementation

const OPEN_PRIVATECACHE = 0x00040000;