UnQLite::FileOpenFlags
Inherits Enum < Comparable < Value < Object
Constants
UNQLITE_OPEN_READONLY = 1
These bit values are intended for use in the 3rd parameter to the [unqlite_open()] interface and in the 4th parameter to the xOpen method of the [unqlite_vfs] object.
UNQLITE_OPEN_READWRITE = 2
UNQLITE_OPEN_CREATE = 4
UNQLITE_OPEN_EXCLUSIVE = 8
UNQLITE_OPEN_TEMP_DB = 16
UNQLITE_OPEN_NOMUTEX = 32
UNQLITE_OPEN_OMIT_JOURNALING = 64
UNQLITE_OPEN_IN_MEMORY = 128
UNQLITE_OPEN_MMAP = 256
Instance methods
unqlite_open_omit_journaling?
Returns true if this enum value equals UNQLITE_OPEN_OMIT_JOURNALING