SQLITE_IOERR_RDLOCK constant

int const SQLITE_IOERR_RDLOCK

The SQLITE_IOERR_UNLOCK error code is an extended error code for SQLITE_IOERR indicating an I/O error within xLock method on the sqlite3_io_methods object while trying to obtain a read lock.

Implementation

static const int SQLITE_IOERR_RDLOCK = 2314;