Enum SQLiteOpenFlags
Namespace: Unity.VisualScripting.Dependencies.Sqlite
Syntax
[Flags]
public enum SQLiteOpenFlags
Fields
| Name | Description | Value | 
|---|---|---|
| Create | ||
| FullMutex | ||
| NoMutex | ||
| PrivateCache | ||
| ProtectionComplete | ||
| ProtectionCompleteUnlessOpen | ||
| ProtectionCompleteUntilFirstUserAuthentication | ||
| ProtectionNone | ||
| ReadOnly | ||
| ReadWrite | ||
| SharedCache |