SQLITE_NOTICE_RECOVER_WAL constant
int
const SQLITE_NOTICE_RECOVER_WAL
The SQLITE_NOTICE_RECOVER_WAL result code is passed to the callback of sqlite3_logstatic const int ) when a WAL mode database file is recovered.
Implementation
static const int SQLITE_NOTICE_RECOVER_WAL = 283;