Couchbase Lite
Objective-C API for iOS and Mac OS
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CCBLDocument(Subscripts)
 CCBLIndexOptionsOptions for creating a database index
 C<NSCopying>
 CCBLDatabaseOptionsOptions for opening a database
 CNSObject
 CCBLBlobA CBLBlob appears as a property of a CBLDocument; it contains arbitrary binary data, tagged with a MIME type
 CCBLDatabaseA Couchbase Lite database
 CCBLDatabaseOptionsOptions for opening a database
 CCBLPropertiesDefault implementation of CBLProperties protocol, which defines a JSON-compatible object, much like an NSMutableDictionary but with type-safe accessors
 CCBLDocumentA Couchbase Lite document
 CCBLQueryA compiled database query
 CCBLQueryRowA single result from a CBLQuery
 CCBLFullTextQueryRowA single result from a full-text CBLQuery
 C<NSObject>
 C<CBLConflictResolver>Abstract interface for an application-defined object that can resolve a conflict between two revisions of a document
 C<CBLProperties>CBLProperties defines a JSON-compatible object, much like an NSMutableDictionary but with type-safe accessors
 CCBLPropertiesDefault implementation of CBLProperties protocol, which defines a JSON-compatible object, much like an NSMutableDictionary but with type-safe accessors