gnieh.sohva

async

package async

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

Type Members

  1. final case class BulkDocRow[T](id: String, rev: String, doc: Option[T]) extends Product with Serializable

    Attributes
    protected[gnieh.sohva]
  2. final case class BulkSave[T](all_or_nothing: Boolean, docs: List[T]) extends Product with Serializable

    Attributes
    protected[gnieh.sohva]
  3. class CList extends sohva.CList[Future]

  4. class ChangeStream extends sohva.ChangeStream

    The original change stream which contains the active connection to the database.

  5. class CookieSession extends CouchDB with Session with sohva.CookieSession[Future]

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

  6. class CouchClient extends CouchDB with sohva.CouchClient[Future]

    A CouchDB instance.

  7. abstract class CouchDB extends sohva.CouchDB[Future] with LiftMarshalling

    A CouchDB instance.

  8. class Database extends sohva.Database[Future] with LiftMarshalling

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

  9. class Design extends sohva.Design[Future]

    A design gives access to the different views.

  10. trait LiftMarshalling extends AnyRef

  11. class OAuthSession extends CouchDB with Session with sohva.OAuthSession[Future] with LiftMarshalling

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

  12. class Replicator extends Database with sohva.Replicator[Future]

    A replicator database that allows people to manage replications:

  13. trait Session extends CouchDB with sohva.Session[Future]

    Methods that must be implemented by a session.

  14. class Show extends sohva.Show[Future]

  15. class Update extends sohva.Update[Future] with LiftMarshalling

  16. class Users extends sohva.Users[Future]

    The users database, exposing the interface for managing couchdb users.

  17. class View extends sohva.View[Future]

    A view can be queried to get the result.

Value Members

  1. val COPY: HttpMethod

  2. val Copy: spray.httpx.RequestBuilding.RequestBuilder

  3. object OAuth

Inherited from AnyRef

Inherited from Any

Ungrouped