READONLY_ROLLBACK top-level constant

int const READONLY_ROLLBACK

See SQLite Documentation for meaning and the use of it.

Implementation

const READONLY_ROLLBACK = (READONLY | (3 << 8));