OPEN_SHAREDCACHE top-level constant

int const OPEN_SHAREDCACHE

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

Implementation

const OPEN_SHAREDCACHE = 0x00020000;