molecule.ops.QueryOps

QueryOps

implicit class QueryOps extends AnyRef

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

Instance Constructors

  1. new QueryOps(q: Query)

Value Members

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

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

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

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

    Definition Classes
    Any
  5. def attr(e: String, v: QueryValue, v1: String, v2: String, gs: Seq[Generic]): Query

  6. def cast(v1: String, v2: String): Query

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def compareTo(op: String, a: Atom, v: String, qv: QueryValue, i: Int = 0): Query

  9. def compareTo(op: String, a: Atom, v: String, qvs: Seq[QueryValue]): Query

  10. def enum(e: String, a: Atom, v: String, gs: Seq[Generic] = Seq()): Query

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def find(o: Output, gs: Seq[Generic], attrV: String = ""): Query

  15. def find(v: String, gs: Seq[Generic], attrV: String): Query

  16. def find(fn: String, args: Seq[String], v: String, gs: Seq[Generic], attrV: String): Query

  17. def find(gs: Seq[Generic]): Query

  18. def find(v: String, gs: Seq[Generic]): Query

  19. def find(fn: String, args: Seq[Any], v: String, gs: Seq[Generic]): Query

  20. def fulltext(e: String, a: Atom, v: String, qv: QueryValue): Query

  21. def func(name: String, ins: Seq[QueryTerm], outs: Binding = NoBinding): Query

  22. def func(name: String, qt: QueryTerm, v: String): Query

  23. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  25. def ident(v: String, v1: String, gs: Seq[Generic] = Seq()): Query

  26. def in(v: String, ns: String, attr: String, e: String): Query

  27. def in(v: String, a: Atom, enumPrefix: Option[String] = None, e: String = ""): Query

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def kw(v1: String, v2: String): Query

  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def ns(e: String, v: QueryValue, v1: String, v2: String, gs: Seq[Generic]): Query

  34. def orRules(e: String, a: Atom, args: Seq[Any], gs: Seq[Generic] = Seq()): Query

  35. def ref(e: String, ns: String, refAttr: String, v: String, refNs: String): Query

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

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def transitive(ns: String, attr: String, v1: String, v2: String, depth: Int): Query

  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def where(e: String, a: Atom, qv: Val, gs: Seq[Generic]): Query

  43. def where(e: String, a: Atom, v: String, gs: Seq[Generic]): Query

  44. def where(e: String, ns: String, attr: String, v: QueryValue, refNs: String, gs: Seq[Generic]): Query

Inherited from AnyRef

Inherited from Any

Ungrouped