Packages

  • package root

    Documentation/API for the Molecule library - a meta DSL for the Datomic database.

    Manual | scalamolecule.org | Github | Forum

    Definition Classes
    root
  • package molecule

    Molecule library - a Scala meta-DSL for the Datomic database.

    Molecule library - a Scala meta-DSL for the Datomic database.

    See api package for various api imports to start using Molecule.

    Sub-packages

    api Molecule API.
    ast Internal Molecule ASTs.
    boilerplate Internal interfaces for auto-generated DSL boilerplate code.
    composition    Builder methods to compose molecules.
    exceptions Exceptions thrown by Molecule.
    expression Attribute expressions and operations.
    facade Molecule facades to Datomic.
    factory Implicit macro methods `m` to instantiate molecules from custom DSL molecule constructs.
    generic Interfaces to generic information about datoms and Datomic database.
    input Input molecules awaiting input.
    macro Internal macros generating molecule code from custom DSL molecule constructs.
    ops Internal operational helpers for transforming DSL to molecule.
    schema Schema definition DSL.
    transform Internal transformers from DSL to Model/Query/Transaction.
    util Internal Java database functions for Datomic.

    Definition Classes
    root
  • package ops

    Internal operational helpers for transforming DSL to molecules.

    Internal operational helpers for transforming DSL to molecules.

    Definition Classes
    molecule
  • object QueryOps extends Helpers

    Query operations

    Query operations

    Definition Classes
    ops
  • QueryOps
  • mkDate

implicit class QueryOps extends AnyRef

Source
QueryOps.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
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 castStr(tpe: String): String
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def compareTo(op: String, a: Atom, v: String, qv: QueryValue, i: Int = 0): Query
  8. def compareTo2(op: String, tpeS: String, v: String, qv: QueryValue, i: Int = 0): Query
  9. def compareToMany[T](op: String, a: Atom, v: String, args: Seq[T]): Query
  10. def compareToMany2[T](op: String, v: String, args: Seq[T]): Query
  11. def enum(e: String, a: Atom, v: String): Query
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def esc(arg: Any): Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def find(o: Output): Query
  17. def find(v: String): Query
  18. def find(fn: String, args: Seq[Any], v: String): Query
  19. def findD(v: String): 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. def genericA(e: String, v: String, v1: String): Query
  24. def genericE(e: String, v: String, v1: String, singleElement: Boolean = false): Query
  25. def genericOp(e: String, v: String, v1: String): Query
  26. def genericT(e: String, v: String, v1: String): Query
  27. def genericTx(e: String, v: String, v1: String): Query
  28. def genericTxInstant(e: String, v: String, v1: String): Query
  29. def genericV(e: String, v: String, v1: String): Query
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def ident(v: String, v1: String): Query
  33. def in(vs: Seq[Any], v: String): Query
  34. def in(v: String, ns: String, attr: String, e: String): Query
  35. def in(e: String, a: Atom, enumPrefix: Option[String], v: String): Query
  36. def inputs: Seq[AnyRef]
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def kw(v1: String, v2: String): Query
  39. def mapCompareTo(op: String, e: String, a: Atom, v: String, keys: Seq[String], arg: Any): Query
  40. def mapIn(e: String, a: Atom, v: String): Query
  41. def mapIn2(e: String, a: Atom, v: String): Query
  42. def mapInCompareTo(op: String, e: String, a: Atom, v: String): Query
  43. def mapInCompareToK(op: String, e: String, a: Atom, v: String, key: String): Query
  44. def mappings(e: String, a: Atom, args0: Seq[(String, Any)]): Query
  45. def matchRegEx(v: String, regex: Seq[QueryTerm]): Query
  46. def matches(v: String, keys: Seq[String], valueRegEx: String): Query
  47. def matches(v: String, regEx: String): Query
  48. def matches(v: String, inVar: Var): Query
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. def not(attr: String): Query
  51. def not(e: String, a: Atom): Query
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. def nots(e: String, a: Atom, v: String, argss: Seq[Any]): Query
  55. def orRules(e: String, a: Atom, args: Seq[Any], specialV: String = "", flag: Boolean = false): Query
  56. def pre(a: Atom, arg: Any): Any
  57. def pull(e: String, atom: Atom): Query
  58. def pullEnum(e: String, atom: Atom): Query
  59. def ref(e: String, ns: String, refAttr: String, v: String, refNs: String): Query
  60. def schema: Query
  61. def schemaA: Query
  62. def schemaAttr: Query
  63. def schemaCard: Query
  64. def schemaDoc: Query
  65. def schemaDocFulltext(arg: String): Query
  66. def schemaEnum: Query
  67. def schemaFulltext: Query
  68. def schemaIndex: Query
  69. def schemaIsComponent: Query
  70. def schemaNoHistory: Query
  71. def schemaPull(v: String): Query
  72. def schemaPullUnique(v: String): Query
  73. def schemaT: Query
  74. def schemaTpe: Query
  75. def schemaTxInstant: Query
  76. def schemaUnique: Query
  77. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  78. def toString(): String
    Definition Classes
    AnyRef → Any
  79. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  82. def where(e: String, a: Atom, qv: Val): Query
  83. def where(e: String, a: Atom, v: String): Query
  84. def where(e: QueryValue, a: KW, v: String, txV: String = ""): Query
  85. def where(e: String, ns: String, attr: String, v: QueryValue, refNs: String): Query
  86. def whereAnd[T](e: String, a: Atom, v: String, args: Seq[T], uriV: String = ""): Query
  87. def whereAndEnum[T](e: String, a: Atom, v: String, prefix: String, args: Seq[T]): Query
  88. def widh(v: String): Query

Inherited from AnyRef

Inherited from Any

Ungrouped