| Modifier and Type | Class and Description |
|---|---|
class |
CouchDbClient
Presents a client to CouchDB database server.
|
class |
CouchDbClientAndroid
Presents a client to CouchDB database server; targeted to run on Android platform.
|
| Modifier and Type | Field and Description |
|---|---|
private CouchDbClientBase |
Changes.dbc |
private CouchDbClientBase |
CouchDbContext.dbc |
private CouchDbClientBase |
CouchDbDesign.dbc |
private CouchDbClientBase |
Replication.dbc |
private CouchDbClientBase |
Replicator.dbc |
private CouchDbClientBase |
View.dbc |
| Constructor and Description |
|---|
Changes(CouchDbClientBase dbc) |
CouchDbContext(CouchDbClientBase dbc,
CouchDbProperties props) |
CouchDbDesign(CouchDbClientBase dbc) |
Replication(CouchDbClientBase dbc) |
Replicator(CouchDbClientBase dbc) |
View(CouchDbClientBase dbc,
java.lang.String viewId) |