gnieh.sohva

control

package control

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. control
  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[Try]

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

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

    An instance of a Couch session, that allows the user to login and send request identified with the login credentials. This performs a cookie based authentication against the couchdb server. The couchdb client instance retrieved for this session will send request authenticated by the user that logged in in this session.

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

    A CouchDB instance.

    A CouchDB instance. Allows users to access the different databases and instance information. This is the key class to start with when one wants to work with couchdb. Through this one you will get access to the sessions and anonymous access to databases.

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

    A CouchDB instance.

    A CouchDB instance. Allows users to access the different databases and information. This is the key class to start with when one wants to work with couchdb. Through this one you will get access to the databases.

    All calls are performed synchronously!

  5. class Database extends sohva.Database[Try]

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

    Gives the user access to the different operations available on a database. Among other operation this is the key class to get access to the documents of this database.

  6. class Design extends sohva.Design[Try]

    A design gives access to the different views.

    A design gives access to the different views. Use this class to get or create new views.

  7. class OAuthSession extends Session with sohva.OAuthSession[Try]

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

  8. class Replicator extends Database with sohva.Replicator[Try]

    A replicator database that allows people to manage replications:

    A replicator database that allows people to manage replications:

    • start replication
    • cancel or stop replications
    • list current replications
  9. abstract class Session extends CouchDB with sohva.Session[Try]

  10. class Show extends sohva.Show[Try]

  11. class Update extends sohva.Update[Try]

  12. class View extends sohva.View[Try]

    A view can be queried to get the result.

Inherited from AnyRef

Inherited from Any

Ungrouped