Database
-
Declaration
Swift
class CKCategory : NSManagedObject, Model -
Declaration
Swift
class CKTransaction : NSManagedObject, Model -
Declaration
Swift
class CKArticle : NSManagedObject, Model -
Declaration
Swift
class CKTag : NSManagedObject, Model -
Protocol used to define the Database, configurations and operations.
See moreDeclaration
Swift
protocol Database -
This class exists because of the error: ‘Query’ can only be used as a generic constraint because it has Self or associated type requirements.
Declaration
Swift
class DatabaseQuery<T> : Query where T : Model -
Database errors.
See moreDeclaration
Swift
enum DatabaseError : Error -
Fetch an only value for statistic functions like
sum,avg,min,max. Does not support both change tracking and fetch request’s withNSDictionaryResultType.Declaration
Swift
class NSFetchedValueController<T> : NSFetchedResultsController<NSDictionary>
View on GitHub
Install in Dash
Database Reference