SQLITE_READONLY_DIRECTORY constant

int const SQLITE_READONLY_DIRECTORY

The SQLITE_READONLY_DIRECTORY result code indicates that the database is read-only because process does not have permission to create a journal file in the same directory as the database and the creation of a journal file is a prerequisite for writing.

Implementation

static const int SQLITE_READONLY_DIRECTORY = 1544;