SQLITE_IOERR_MMAP constant

int const SQLITE_IOERR_MMAP

The SQLITE_IOERR_MMAP error code is an extended error code for SQLITE_IOERR indicating an I/O error within the xFetch or xUnfetch methods on the sqlite3_io_methods object while trying to map or unmap part of the database file into the process address space.

Implementation

static const int SQLITE_IOERR_MMAP = 6154;