Enums

The following enums are available globally.

  • A kind of database event. See Database.add(transactionObserver:) and DatabaseWriter.add(transactionObserver:).

    See more

    Declaration

    Swift

    public enum DatabaseEventKind
  • 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 more

    Declaration

    Swift

    public enum FetchedRecordChange