BUSY_SNAPSHOT top-level constant
int
const BUSY_SNAPSHOT
See SQLite Documentation for meaning and the use of it.
Implementation
const BUSY_SNAPSHOT = (BUSY | (2 << 8));
See SQLite Documentation for meaning and the use of it.
const BUSY_SNAPSHOT = (BUSY | (2 << 8));