SqlFlag class final

Flags for file open operations, https://www.sqlite.org/c3ref/c_open_autoproxy.html Flags For File Open Operations

These bit values are intended for use in the 3rd parameter to the sqlite3_open_v2static const int ) interface and in the 4th parameter to the xopen method.

Constructors

SqlFlag()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

SQLITE_OPEN_AUTOPROXY → const int
VFS only
SQLITE_OPEN_CREATE → const int
Ok for sqlite3_open_v2static const int )
SQLITE_OPEN_DELETEONCLOSE → const int
VFS only
SQLITE_OPEN_EXCLUSIVE → const int
VFS only
SQLITE_OPEN_FULLMUTEX → const int
Ok for sqlite3_open_v2static const int )
SQLITE_OPEN_MAIN_DB → const int
VFS only
SQLITE_OPEN_MAIN_JOURNAL → const int
VFS only
SQLITE_OPEN_MASTER_JOURNAL → const int
VFS only
SQLITE_OPEN_MEMORY → const int
Ok for sqlite3_open_v2static const int )
SQLITE_OPEN_NOMUTEX → const int
Ok for sqlite3_open_v2static const int )
SQLITE_OPEN_PRIVATECACHE → const int
Ok for sqlite3_open_v2static const int )
SQLITE_OPEN_READONLY → const int
Ok for sqlite3_open_v2static const int )
SQLITE_OPEN_READWRITE → const int
Ok for sqlite3_open_v2static const int )
SQLITE_OPEN_SHAREDCACHE → const int
Ok for sqlite3_open_v2static const int )
SQLITE_OPEN_SUBJOURNAL → const int
VFS only
SQLITE_OPEN_TEMP_DB → const int
VFS only
SQLITE_OPEN_TEMP_JOURNAL → const int
VFS only
SQLITE_OPEN_TRANSIENT_DB → const int
VFS only
SQLITE_OPEN_URI → const int
Ok for sqlite3_open_v2static const int )
SQLITE_OPEN_WAL → const int
VFS only