Enum SQLiteOpenFlags
Namespace: Unity.VisualScripting.Dependencies.Sqlite
Syntax
[Flags]
public enum SQLiteOpenFlags
Fields
| Name | Description | Value | 
|---|---|---|
| ReadOnly | 1 | |
| ReadWrite | 2 | |
| Create | 4 | |
| NoMutex | 32768 | |
| FullMutex | 65536 | |
| SharedCache | 131072 | |
| PrivateCache | 262144 | |
| ProtectionComplete | 1048576 | |
| ProtectionCompleteUnlessOpen | 2097152 | |
| ProtectionCompleteUntilFirstUserAuthentication | 3145728 | |
| ProtectionNone | 4194304 |