| AbstractIndex |
|
| AbstractReplicator |
A replicator for replicating document changes between a local database and a target database.
|
| AbstractReplicatorConfiguration |
Replicator configuration.
|
| Array |
Array provides readonly access to array data.
|
| ArrayExpression |
Array expression
|
| ArrayExpressionIn |
The In class represents the IN clause object in a quantified operator (ANY/ANY AND EVERY/EVERY
<variable name> IN <expr> SATISFIES <expr>).
|
| ArrayExpressionSatisfies |
The Satisfies class represents the SATISFIES clause object in a quantified operator
(ANY/ANY AND EVERY/EVERY <variable name> IN <expr> SATISFIES <expr>).
|
| ArrayFunction |
Function provides array functions.
|
| BaseDatabase |
|
| BasicAuthenticator |
The BasicAuthenticator class is an authenticator that will authenticate using HTTP Basic
auth with the given username and password.
|
| Blob |
A Couchbase Lite Blob.
|
| CBLError |
|
| CBLError.Code |
|
| CBLError.Domain |
The error type: roughly, where it originated.
|
| ClientCertificateAuthenticator |
ENTERPRISE EDITION API
|
| Collation |
Collation defines how strings are compared and is used when creating a COLLATE expression.
|
| Collation.ASCII |
ASCII collation compares two strings by using binary comparison.
|
| Collation.Unicode |
Unicode Collation that will compare two strings
by using Unicode collation algorithm.
|
| Collection |
A Collection is a container for documents similar to aa table in a relational
database.
|
| CollectionChange |
Provides details about a Collection change.
|
| CollectionConfiguration |
|
| Conflict |
The representation of conflicting changes in the remote and local instances of a document.
|
| ConnectionStatus |
ENTERPRISE EDITION API
Connection Status
|
| ConsoleLogger |
A class for sending log messages to the console.
|
| CouchbaseLite |
CouchbaseLite Utility
|
| Database |
A Couchbase Lite database.
|
| DatabaseChange |
Deprecated.
|
| DatabaseConfiguration |
Configuration for opening a database.
|
| DatabaseEndpoint |
ENTERPRISE EDITION API
|
| DataSource |
A query data source, used for specifying the source of data for a query.
|
| DataSource.As |
Database as a data source for query.
|
| Defaults |
|
| Defaults.FullTextIndex |
|
| Defaults.Listener |
|
| Defaults.LogFile |
|
| Defaults.Replicator |
|
| Dictionary |
Dictionary provides readonly access to dictionary data.
|
| Document |
Readonly version of the Document.
|
| DocumentChange |
Provides details about a Document change.
|
| DocumentReplication |
The representation of the replication of a document.
|
| EncryptionKey |
ENTERPRISE EDITION API
|
| Expression |
The expression used in constructing a query.
|
| FileLogger |
A logger for writing to a file in the application's storage so
that log messages can persist durably after the application has
stopped or encountered a problem.
|
| From |
A From represents a FROM clause for specifying the data source of the query.
|
| FullTextExpression |
Deprecated.
|
| FullTextFunction |
Full-text functions.
|
| FullTextIndex |
Index for Full-Text search
|
| FullTextIndexConfiguration |
Full Text Index Configuration
|
| FullTextIndexItem |
Full-text Index Item.
|
| Function |
Query functions.
|
| GroupBy |
A GroupBy represents the GROUP BY clause to group the query result.
|
| Having |
Having represents a HAVING clause of the query statement used for filtering the aggregated values
from the the GROUP BY clause.
|
| Index |
Index represents an index: either a value index for regular queries or
full-text index for full-text queries (using the match operator).
|
| IndexBuilder |
IndexBuilder used for building database indices.
|
| IndexConfiguration |
|
| Join |
A Join component representing a single JOIN clause in the query statement.
|
| Join.On |
Component used for specifying join on conditions.
|
| Joins |
A Joins component represents a collection of the joins clauses of the query statement.
|
| Limit |
A Limit component represents the LIMIT clause of the query statement.
|
| ListenerCertificateAuthenticator |
ENTERPRISE EDITION API
A Listener Certificate Authenticator.
|
| ListenerPasswordAuthenticator |
ENTERPRISE EDITION API
Authenticator for HTTP Listener password authentication
|
| ListenerToken |
Base class for a removable subscription to an observable.
|
| Log |
Holder for the three Couchbase Lite loggers: console, file, and custom.
|
| LogFileConfiguration |
A class that describes the file configuration for the FileLogger class.
|
| Message |
ENTERPRISE EDITION API
|
| MessageEndpoint |
ENTERPRISE EDITION API
|
| MessageEndpointListener |
ENTERPRISE EDITION API
|
| MessageEndpointListenerChange |
ENTERPRISE EDITION API
|
| MessageEndpointListenerConfiguration |
ENTERPRISE EDITION API
|
| MessagingError |
ENTERPRISE EDITION API
|
| Meta |
Meta is a factory class for creating the expressions that refer to
the metadata properties of the document.
|
| MetaExpression |
A meta property expression.
|
| MutableArray |
Mutable access to array data.
|
| MutableDictionary |
Mutable access to dictionary data.
|
| MutableDocument |
A Couchbase Lite Document.
|
| MValueConverter |
This class exists to provide access to package visible symbols, to MValue
|
| OrderBy |
An OrderBy represents an ORDER BY clause of the query for specifying properties or expressions
that the result rows should be sorted by.
|
| Ordering |
An Ordering represents a single ordering component in the query ORDER BY clause.
|
| Ordering.SortOrder |
SortOrder represents a single ORDER BY entity.
|
| Parameters |
A Parameters object used for setting values to the query parameters defined in the query.
|
| Prediction |
ENTERPRISE EDITION API
|
| PredictionFunction |
ENTERPRISE EDITION API
|
| PredictiveIndex |
ENTERPRISE EDITION API
|
| PropertyExpression |
Property expression
|
| QueryBuilder |
|
| QueryChange |
Information about changes in a query result changes, reported by a live query.
|
| ReplicatedDocument |
Information about a Document updated by replication.
|
| Replicator |
|
| ReplicatorChange |
ReplicatorChange contains the replicator status information.
|
| ReplicatorConfiguration |
Configuration for a Replicator
|
| ReplicatorProgress |
Progress of a replicator.
|
| ReplicatorStatus |
The activity level and progress of a replicator.
|
| Result |
Result represents a row of result set returned by a Query.
|
| ResultSet |
The representation of a query result.
|
| Scope |
|
| Select |
Select represents the SELECT clause of the query for specifying
the properties in each query result row.
|
| SelectResult |
SelectResult represents the result of a query.
|
| SelectResult.As |
SelectResult.As is a SelectResult with an alias.
|
| SelectResult.From |
SelectResult.From is a SelectResult for which you can specify a data source alias.
|
| SessionAuthenticator |
SessionAuthenticator class is an authenticator that will authenticate by using the session ID of
the session created by a Sync Gateway
|
| TLSIdentity |
ENTERPRISE EDITION API
|
| URLEndpoint |
URL based replication target endpoint
|
| URLEndpointListener |
ENTERPRISE EDITION API
|
| URLEndpointListenerConfiguration |
ENTERPRISE EDITION API
|
| ValueIndex |
A Standard query index.
|
| ValueIndexConfiguration |
Configuration for a standard database index.
|
| ValueIndexItem |
Value Index Item
|
| VariableExpression |
Variable expression
|
| Where |
A Where represents the WHERE clause of the query for filtering the query result.
|