Click or drag to resize

SQLiteOpenFlags Enumeration

Namespace:  SQLite
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
[FlagsAttribute]
public enum SQLiteOpenFlags
Members
  Member nameValueDescription
ReadOnly1
ReadWrite2
Create4
NoMutex32768
FullMutex65536
SharedCache131072
PrivateCache262144
ProtectionComplete1048576
ProtectionCompleteUnlessOpen2097152
ProtectionCompleteUntilFirstUserAuthentication3145728
ProtectionNone4194304
See Also