Database

  • Category core data model.

    Note

    Type used to handle and store a category.
    See more

    Declaration

    Swift

    class CKCategory : NSManagedObject, Model
  • Transaction core data model.

    Note

    Type used to handle and store a transaction.
    See more

    Declaration

    Swift

    class CKTransaction : NSManagedObject, Model
  • Article core data model.

    Note

    Type used to handle and store an article.
    See more

    Declaration

    Swift

    class CKArticle : NSManagedObject, Model
  • Tag core data model.

    Note

    Type used to handle and store a tag.
    See more

    Declaration

    Swift

    class CKTag : NSManagedObject, Model
  • Protocol used to define the Database, configurations and operations.

    See more

    Declaration

    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 more

    Declaration

    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 with NSDictionaryResultType.

    Declaration

    Swift

    class NSFetchedValueController<T> : NSFetchedResultsController<NSDictionary>