CheckpointMode
public enum CheckpointMode : Int32
                The available checkpoint modes.
- 
                  
                  
The
SQLITE_CHECKPOINT_PASSIVEmodeDeclaration
Swift
case passive = 0 - 
                  
                  
The
SQLITE_CHECKPOINT_FULLmodeDeclaration
Swift
case full = 1 - 
                  
                  
The
SQLITE_CHECKPOINT_RESTARTmodeDeclaration
Swift
case restart = 2 - 
                  
                  
The
SQLITE_CHECKPOINT_TRUNCATEmodeDeclaration
Swift
case truncate = 3 
View on GitHub
Install in Dash
        CheckpointMode Enumeration Reference