Enum SqliteOpenFlags
[Flags]
public enum SqliteOpenFlags
Fields
Create = 4
FullMutex = 65536
NoMutex = 32768
PrivateCache = 262144
ProtectionComplete = 1048576
ProtectionCompleteUnlessOpen = 2097152
ProtectionCompleteUntilFirstUserAuthentication = ProtectionComplete | ProtectionCompleteUnlessOpen
ProtectionNone = 4194304
ReadOnly = 1
ReadWrite = 2