SQLiteOpenFlags Enumeration |
Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[FlagsAttribute]
public enum SQLiteOpenFlags
<FlagsAttribute>
Public Enumeration SQLiteOpenFlags
[FlagsAttribute]
public enum class SQLiteOpenFlags
[<FlagsAttribute>]
type SQLiteOpenFlags
Members|
| Member name | Value | Description |
|---|
| ReadOnly | 1 | |
| ReadWrite | 2 | |
| Create | 4 | |
| NoMutex | 32768 | |
| FullMutex | 65536 | |
| SharedCache | 131072 | |
| PrivateCache | 262144 | |
| ProtectionComplete | 1048576 | |
| ProtectionCompleteUnlessOpen | 2097152 | |
| ProtectionCompleteUntilFirstUserAuthentication | 3145728 | |
| ProtectionNone | 4194304 | |
See Also