ConflictResolution
public enum ConflictResolution : String
                An SQLite conflict resolution.
- 
                  
                  
The
ROLLBACKconflict resolutionDeclaration
Swift
case rollback = "ROLLBACK" - 
                  
                  
The
ABORTconflict resolutionDeclaration
Swift
case abort = "ABORT" - 
                  
                  
The
FAILconflict resolutionDeclaration
Swift
case fail = "FAIL" - 
                  
                  
The
IGNOREconflict resolutionDeclaration
Swift
case ignore = "IGNORE" - 
                  
                  
The
REPLACEconflict resolutionDeclaration
Swift
case replace = "REPLACE" 
View on GitHub
Install in Dash
        ConflictResolution Enumeration Reference