SQLITE_NOTICE_RECOVER_ROLLBACK constant
int
const SQLITE_NOTICE_RECOVER_ROLLBACK
The SQLITE_NOTICE_RECOVER_ROLLBACK result code is passed to the callback of sqlite3_logstatic const int ) when a hot journal is rolled back.
Implementation
static const int SQLITE_NOTICE_RECOVER_ROLLBACK = 539;