Couchbase Lite
Objective-C API for iOS and Mac OS
Classes | Functions | Variables
CBLDatabase.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

struct  CBLIndexOptions
 Options for creating a database index. More...
 
class  CBLDatabaseOptions
 Options for opening a database. More...
 
class  CBLDatabase
 A Couchbase Lite database. More...
 

Functions

typedef NS_ENUM (uint32_t, CBLIndexType)
 Types of database indexes. More...
 

Variables

NS_ASSUME_NONNULL_BEGIN NSString *const kCBLDatabaseChangeNotification
 
NSString *const kCBLDatabaseChangesUserInfoKey
 
NSString *const kCBLDatabaseLastSequenceUserInfoKey
 
NSString *const kCBLDatabaseIsExternalUserInfoKey
 

Function Documentation

typedef NS_ENUM ( uint32_t  ,
CBLIndexType   
)

Types of database indexes.

< Regular index of property value

< Full-text index

< Geospatial index of GeoJSON values

Variable Documentation

NS_ASSUME_NONNULL_BEGIN NSString* const kCBLDatabaseChangeNotification
NSString* const kCBLDatabaseChangesUserInfoKey
NSString* const kCBLDatabaseLastSequenceUserInfoKey
NSString* const kCBLDatabaseIsExternalUserInfoKey