Enumerations
The following enumerations are available globally.
-
A record change, given by a FetchedRecordsController to its change callback.
The move and update events hold a changes dictionary, whose keys are column names, and values the old values that have been changed.
See moreDeclaration
Swift
public enum FetchedRecordChange
-
An error thrown by a type that adopts Persistable.
See moreDeclaration
Swift
public enum PersistenceError: Error
-
Declaration
Swift
public enum SQLCount
-
A kind of database event. See the TransactionObserver protocol for more information.
See moreDeclaration
Swift
public enum DatabaseEventKind