gnieh.sohva

sync

package sync

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. sync
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CList extends sohva.CList[Identity]

  2. class CookieSession extends Session with sohva.CookieSession[Identity]

    An instance of a Couch session, that allows the user to login and send request identified with the login credentials.

  3. class CouchClient extends CouchDB with sohva.CouchClient[Identity]

    A CouchDB instance.

  4. abstract class CouchDB extends sohva.CouchDB[Identity]

    A CouchDB instance.

  5. class Database extends sohva.Database[Identity]

    Gives the user access to the different operations available on a database.

  6. class Design extends sohva.Design[Identity]

    A design gives access to the different views.

  7. type Identity[T] = T

  8. class OAuthSession extends Session with sohva.OAuthSession[Identity]

    An instance of a Couch session that allows the user to perform authenticated operations using OAuth.

  9. class Replicator extends Database with sohva.Replicator[Identity]

    A replicator database that allows people to manage replications:

  10. abstract class Session extends CouchDB with sohva.Session[Identity]

  11. class Show extends sohva.Show[Identity]

  12. class Update extends sohva.Update[Identity]

  13. class View extends sohva.View[Identity]

    A view can be queried to get the result.

Inherited from AnyRef

Inherited from Any

Ungrouped