CheckpointMode
public enum CheckpointMode : Int32
The available checkpoint modes.
-
The
SQLITE_CHECKPOINT_PASSIVE
modeDeclaration
Swift
case passive = 0
-
The
SQLITE_CHECKPOINT_FULL
modeDeclaration
Swift
case full = 1
-
The
SQLITE_CHECKPOINT_RESTART
modeDeclaration
Swift
case restart = 2
-
The
SQLITE_CHECKPOINT_TRUNCATE
modeDeclaration
Swift
case truncate = 3