|
typedef int64_t | CBLTimestamp |
| A date/time representation used for document expiration (and in date/time queries.) Measured in milliseconds since the Unix epoch (1/1/1970, midnight UTC.) More...
|
|
typedef struct CBLRefCounted | CBLRefCounted |
|
typedef struct CBLDatabase | CBLDatabase |
| A connection to an open database. More...
|
|
typedef struct CBLScope | CBLScope |
| A collection's scope. More...
|
|
typedef struct CBLCollection | CBLCollection |
| A collection, a document container. More...
|
|
typedef struct CBLDocument | CBLDocument |
| An in-memory copy of a document. More...
|
|
typedef struct CBLBlob | CBLBlob |
| A binary data value associated with a CBLDocument. More...
|
|
typedef struct CBLQuery | CBLQuery |
| A compiled database query. More...
|
|
typedef struct CBLResultSet | CBLResultSet |
| An iterator over the rows resulting from running a query. More...
|
|
typedef struct CBLQueryIndex | CBLQueryIndex |
| A query index. More...
|
|
typedef struct CBLIndexUpdater | CBLIndexUpdater |
|
typedef struct CBLReplicator | CBLReplicator |
| A background task that syncs a CBLDatabase with a remote server or peer. More...
|
|
typedef struct CBLEncryptable | CBLEncryptable |
| An encryptable value. More...
|
|
typedef struct CBLListenerToken | CBLListenerToken |
| An opaque 'cookie' representing a registered listener callback. More...
|
|