Enums
The following enums are available globally.
-
A kind of database event. See Database.add(transactionObserver:) and DatabaseWriter.add(transactionObserver:).
See moreDeclaration
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 moreDeclaration
Swift
public enum FetchedRecordChange
-
An error thrown by a type that adopts Persistable.
See moreDeclaration
Swift
public enum PersistenceError: Error
-
This protocol is an implementation detail of the query interface. Do not use it directly.
See https://github.com/groue/GRDB.swift/#the-query-interface
See moreDeclaration
Swift
public enum SQLCount