Table of Contents

Enum SqliteOpenFlags

Namespace
Playnite.SDK.Data
Assembly
Playnite.SDK.dll
[Flags]
public enum SqliteOpenFlags

Fields

Create = 4
FullMutex = 65536
NoMutex = 32768
PrivateCache = 262144
ProtectionComplete = 1048576
ProtectionCompleteUnlessOpen = 2097152
ProtectionCompleteUntilFirstUserAuthentication = ProtectionComplete | ProtectionCompleteUnlessOpen
ProtectionNone = 4194304
ReadOnly = 1
ReadWrite = 2
SharedCache = 131072