YapDatabaseCorruptAction
enum YapDatabaseCorruptAction {}
Welcome to YapDatabase!
The project page has a wealth of documentation if you have any questions. https://github.com/yapstudios/YapDatabase
If you’re new to the project you may want to visit the wiki. https://github.com/yapstudios/YapDatabase/wiki
This class provides extra configuration options that may be passed to YapDatabase. The configuration options provided by this class are advanced (beyond the basic setup options).
-
Undocumented
Declaration
Objective-C
YapDatabaseCorruptAction_Fail = 0
Swift
case fail = 0
-
Undocumented
Declaration
Objective-C
YapDatabaseCorruptAction_Rename = 1
Swift
case rename = 1
-
Undocumented
Declaration
Objective-C
YapDatabaseCorruptAction_Delete = 2
Swift
case delete = 2