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