Contents

CKDatabaseOperation

The abstract base class for operations that act upon databases in CloudKit.

Declaration

class CKDatabaseOperation

Overview

Database operations typically involve fetching and saving records and other database objects, as well as executing queries on the contents of the database. Use this class’s database property to tell the operation which database to use when you execute it. Don’t subclass this class or create instances of it. Instead, create instances of one of its concrete subclasses.

Topics

Accessing the Database