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