Class/Object

com.ibm.couchdb.api.builders

ViewQueryBuilder

Related Docs: object ViewQueryBuilder | package builders

Permalink

case class ViewQueryBuilder[K, V, DR <: DocsInResult, MR <: ViewOperation] extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ViewQueryBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def attEncodingInfo(attEncodingInfo: Boolean = true): ViewQueryBuilder[K, V, DR, MR]

    Permalink
  6. def attachments(attachments: Boolean = true): ViewQueryBuilder[K, V, DR, MR]

    Permalink
  7. val client: Client

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def conflicts(conflicts: Boolean = true): ViewQueryBuilder[K, V, DR, MR]

    Permalink
  10. val db: String

    Permalink
  11. def descending(descending: Boolean = true): ViewQueryBuilder[K, V, DR, MR]

    Permalink
  12. val design: Option[String]

    Permalink
  13. def endKey[K2](endKey: K2)(implicit arg0: W[K2]): ViewQueryBuilder[K, V, DR, MR]

    Permalink
  14. def endKeyDocId(endKeyDocId: String): ViewQueryBuilder[K, V, DR, MR]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def excludeDocs: ViewQueryBuilder[K, V, ExcludeDocs, MR]

    Permalink
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def group(group: Boolean = true): ViewQueryBuilder[K, V, DR, MR]

    Permalink
  20. def groupLevel(groupLevel: Int): ViewQueryBuilder[K, V, DR, MR]

    Permalink
  21. val ids: Seq[K]

    Permalink
  22. def includeDocs[D](implicit arg0: R[D]): ViewQueryBuilder[K, V, IncludeDocs[D], MR]

    Permalink
  23. def inclusiveEnd(inclusiveEnd: Boolean = true): ViewQueryBuilder[K, V, DR, MR]

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def key[D](key: D)(implicit arg0: W[D]): ViewQueryBuilder[K, V, DR, MR]

    Permalink
  26. def limit(limit: Int): ViewQueryBuilder[K, V, DR, MR]

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def noReduce: ViewQueryBuilder[K, V, DR, MapOnly]

    Permalink
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. val params: Map[String, String]

    Permalink
  32. def reduce[A](implicit arg0: R[A]): ViewQueryBuilder[K, V, DR, MapWithReduce[A]]

    Permalink
  33. def skip(skip: Int): ViewQueryBuilder[K, V, DR, MR]

    Permalink
  34. def stale(stale: String): ViewQueryBuilder[K, V, DR, MR]

    Permalink
  35. def startKey[K2](startKey: K2)(implicit arg0: W[K2]): ViewQueryBuilder[K, V, DR, MR]

    Permalink
  36. def startKeyDocId(startKeyDocId: String): ViewQueryBuilder[K, V, DR, MR]

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. val temporaryView: Option[CouchView]

    Permalink
  39. def updateSeq(updateSeq: Boolean = true): ViewQueryBuilder[K, V, DR, MR]

    Permalink
  40. val view: Option[String]

    Permalink
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def withIds(ids: Seq[K]): ViewQueryBuilder[K, V, DR, MR]

    Permalink

Deprecated Value Members

  1. def query(keys: Seq[K]): Task[CouchKeyVals[K, V]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.2) Use withIds[K](ids: Seq[K]).build.query instead.

  2. def query: Task[CouchKeyVals[K, V]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.2) Use build.query instead.

  3. def queryIncludeDocs[D](keys: Seq[K])(implicit arg0: R[D]): Task[CouchDocs[K, V, D]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.2) Use withIds[K](ids: Seq[K]).includeDocs[D].build.query instead.

  4. def queryIncludeDocs[D](implicit arg0: R[D]): Task[CouchDocs[K, V, D]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.2) Use includeDocs[D].build.query instead.

  5. def queryWithReduce[A](keys: Seq[K])(implicit arg0: R[A]): Task[CouchReducedKeyVals[K, A]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.2) Use withIds[K](ids: Seq[K]).reduce[A].build.query instead.

  6. def queryWithReduce[A](implicit arg0: R[A]): Task[CouchReducedKeyVals[K, A]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.2) Use reduce[A].build.query instead.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped