Uses of Class
org.lightcouch.CouchDbClientBase
-
-
Uses of CouchDbClientBase in org.lightcouch
Subclasses of CouchDbClientBase in org.lightcouch Modifier and Type Class 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.Fields in org.lightcouch declared as CouchDbClientBase Modifier and Type Field 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
Constructors in org.lightcouch with parameters of type CouchDbClientBase Constructor 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)
-