Uses of Class
org.lightcouch.CouchDbClientBase
-
-
Uses of CouchDbClientBase in org.lightcouch
Subclasses of CouchDbClientBase in org.lightcouch Modifier and Type Class Description classCouchDbClientPresents a client to CouchDB database server.classCouchDbClientAndroidPresents 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 CouchDbClientBaseChanges. dbcprivate CouchDbClientBaseCouchDbContext. dbcprivate CouchDbClientBaseCouchDbDesign. dbcprivate CouchDbClientBaseReplication. dbcprivate CouchDbClientBaseReplicator. dbcprivate CouchDbClientBaseView. dbcConstructors 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)
-