SQLITE_BUSY constant

int const SQLITE_BUSY

The database file is locked

Implementation

static const int SQLITE_BUSY = 5;