Attachment |
Represents an in-line document attachment.
|
Changes |
Contains the Change Notifications API, supports normal and continuous feed Changes.
|
ChangesResult |
Represents Changes feed result of type normal.
|
ChangesResult.Row |
Represent a row in Changes result.
|
ChangesResult.Row.Rev |
Represent a Change rev.
|
CouchDbClient |
Presents a client to CouchDB database server.
|
CouchDbClientAndroid |
Presents a client to CouchDB database server; targeted to run on Android platform.
|
CouchDbClientAndroid.MySSLSocketFactory |
|
CouchDbClientAndroid.PreemptiveAuthInterceptor |
|
CouchDbClientBase |
Contains a client Public API implementation.
|
CouchDbConfig |
Provides configuration to client instance.
|
CouchDbContext |
Contains database server specific APIs.
|
CouchDbDesign |
Provides API to work with design documents.
|
CouchDbInfo |
Holds information about a CouchDB database instance.
|
CouchDbProperties |
Represents configuration properties for connecting to CouchDB.
|
CouchDbUtil |
Provides various utility methods, for internal use.
|
DesignDocument |
Represents a design document.
|
DesignDocument.MapReduce |
Holds Map Reduce functions in a view.
|
Document |
Convenient base class for CouchDB documents, defines the basic
id , revision properties, and attachments.
|
Page<T> |
Holds data of a page as result of a view pagination query.
|
Params |
Query parameters to append to find requests.
|
Replication |
This class provides access to the database replication API; a replication request
is sent via HTTP POST to _replicate URI.
|
ReplicationResult |
Holds the result of a replication request, along with previous sessions history.
|
ReplicationResult.ReplicationHistory |
Represents a replication session history.
|
Replicator |
This class provides access to the _replicator database introduced in CouchDB version 1.1.0
|
ReplicatorDocument |
Represents a replication document in the _replicator database.
|
Response |
Contains the response returned from CouchDB.
|
URIBuilder |
Helper class for construction of HTTP request URIs.
|
View |
This class provides access to the View APIs.
|
ViewResult<K,V,T> |
Holds a view result entries.
|