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