SQLITE_LOCKED constant
int
const SQLITE_LOCKED
A table in the database is locked
Implementation
static const int SQLITE_LOCKED = 6;
A table in the database is locked
static const int SQLITE_LOCKED = 6;