Object/Class

quasar.physical.marklogic.cts

Query

Related Docs: class Query | package cts

Permalink

object Query extends QueryInstances

Linear Supertypes
QueryInstances, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Query
  2. QueryInstances
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class And[V, A](queries: IList[A]) extends Query[V, A] with Product with Serializable

    Permalink
  2. final case class AndNot[V, A](positive: A, negative: A) extends Query[V, A] with Product with Serializable

    Permalink
  3. final case class Collection[V, A](uris: IList[Uri]) extends Query[V, A] with Product with Serializable

    Permalink
  4. final case class Directory[V, A](uris: IList[Uri], depth: MatchDepth) extends Query[V, A] with Product with Serializable

    Permalink
  5. final case class Document[V, A](uris: IList[Uri]) extends Query[V, A] with Product with Serializable

    Permalink
  6. final case class DocumentFragment[V, A](query: A) extends Query[V, A] with Product with Serializable

    Permalink
  7. final case class Element[V, A](elements: IList[QName], query: A) extends Query[V, A] with Product with Serializable

    Permalink
  8. final case class ElementAttributeRange[V, A](elements: IList[QName], attributes: IList[QName], op: ComparisonOp, values: IList[V]) extends Query[V, A] with Product with Serializable

    Permalink
  9. final case class ElementAttributeValue[V, A](elements: IList[QName], attributes: IList[QName], values: IList[slamdata.Predef.String]) extends Query[V, A] with Product with Serializable

    Permalink
  10. final case class ElementAttributeWord[V, A](elements: IList[QName], attributes: IList[QName], words: IList[slamdata.Predef.String]) extends Query[V, A] with Product with Serializable

    Permalink
  11. final case class ElementRange[V, A](elements: IList[QName], op: ComparisonOp, values: IList[V]) extends Query[V, A] with Product with Serializable

    Permalink
  12. final case class ElementValue[V, A](elements: IList[QName], values: IList[slamdata.Predef.String]) extends Query[V, A] with Product with Serializable

    Permalink
  13. final case class ElementWord[V, A](elements: IList[QName], words: IList[slamdata.Predef.String]) extends Query[V, A] with Product with Serializable

    Permalink
  14. final case class False[V, A]() extends Query[V, A] with Product with Serializable

    Permalink
  15. final case class JsonPropertyRange[V, A](properties: IList[slamdata.Predef.String], op: ComparisonOp, values: IList[V]) extends Query[V, A] with Product with Serializable

    Permalink
  16. final case class JsonPropertyScope[V, A](properties: IList[slamdata.Predef.String], query: A) extends Query[V, A] with Product with Serializable

    Permalink
  17. final case class JsonPropertyValue[V, A](properties: IList[slamdata.Predef.String], values: IList[V]) extends Query[V, A] with Product with Serializable

    Permalink
  18. final case class JsonPropertyWord[V, A](properties: IList[slamdata.Predef.String], words: IList[slamdata.Predef.String]) extends Query[V, A] with Product with Serializable

    Permalink
  19. final case class Near[V, A](queries: IList[A], weight: slamdata.Predef.Double) extends Query[V, A] with Product with Serializable

    Permalink
  20. final case class Not[V, A](query: A) extends Query[V, A] with Product with Serializable

    Permalink
  21. final case class Or[V, A](queries: IList[A]) extends Query[V, A] with Product with Serializable

    Permalink
  22. final case class PathRange[V, A](paths: IList[slamdata.Predef.String], op: ComparisonOp, values: IList[V]) extends Query[V, A] with Product with Serializable

    Permalink
  23. final case class True[V, A]() extends Query[V, A] with Product with Serializable

    Permalink
  24. final case class Word[V, A](words: IList[slamdata.Predef.String]) extends Query[V, A] with Product with Serializable

    Permalink

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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. implicit def equal[V](implicit arg0: Equal[V]): Delay[Equal, [β$3$]Query[V, β$3$]]

    Permalink
    Definition Classes
    QueryInstances
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  16. implicit def renderTree[V](implicit arg0: RenderTree[V]): Delay[RenderTree, [β$5$]Query[V, β$5$]]

    Permalink
    Definition Classes
    QueryInstances
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  19. def toXQuery[V, F[_]](f: (V) ⇒ F[XQuery])(implicit arg0: Monad[F]): AlgebraM[F, [β$0$]Query[V, β$0$], XQuery]

    Permalink
  20. implicit def traverse[V]: Traverse[[β$1$]Query[V, β$1$]]

    Permalink
    Definition Classes
    QueryInstances
  21. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from QueryInstances

Inherited from AnyRef

Inherited from Any

Ungrouped