molecule.ast

query

object query

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

Type Members

  1. case class AggrExpr(fn: String, args: Seq[String], v: Var, tpeS: String) extends Output with Product with Serializable

  2. sealed trait Binding extends QueryTerm

  3. sealed trait Clause extends QueryExpr

  4. case class CollectionBinding(v: Var) extends Binding with Product with Serializable

  5. case class DS(name: String = "") extends DataSource with Product with Serializable

  6. case class DataClause(ds: DataSource, entity: Var, attr: KW, value: QueryValue, tx: QueryTerm) extends Clause with Product with Serializable

  7. sealed trait DataSource extends QueryTerm

  8. case class Dummy(v: String = "") extends QueryValue with Product with Serializable

  9. sealed trait ExpressionClause extends Clause

  10. case class Find(outputs: Seq[Output]) extends QueryExpr with Product with Serializable

  11. case class Funct(name: String, ins: Seq[QueryTerm], outs: Binding) extends ExpressionClause with Product with Serializable

  12. case class In(inputs: Seq[Input], rules: Seq[Rule] = Seq(), ds: Seq[DataSource] = Seq(DS)) extends QueryExpr with Product with Serializable

  13. case class InDataSource(ds: DataSource, argss: Seq[Seq[String]] = Seq(Seq())) extends Input with Product with Serializable

  14. case class InVar(binding: Binding, argss: Seq[Seq[String]] = Seq(Seq())) extends Input with Product with Serializable

  15. trait Input extends QueryTerm

  16. case class KW(ns: String, name: String) extends QueryTerm with Product with Serializable

  17. case class NoVal(v: String = "") extends QueryValue with Product with Serializable

  18. trait Output extends QueryExpr

  19. case class Placeholder(v: String, kw: KW, tpeS: String, enumPrefix: Option[String] = None, e: String = "") extends Input with Product with Serializable

  20. case class Predicate(name: String, args: Seq[QueryTerm]) extends ExpressionClause with Product with Serializable

  21. case class Query(find: Find, widh: With, in: In, where: Where) extends QueryExpr with Product with Serializable

  22. trait QueryExpr extends AnyRef

  23. trait QueryTerm extends QueryExpr

  24. sealed trait QueryValue extends QueryTerm

  25. case class RelationBinding(vs: Seq[Var]) extends Binding with Product with Serializable

  26. case class Rule(name: String, args: Seq[QueryValue], clauses: Seq[DataClause]) extends QueryTerm with Product with Serializable

  27. case class RuleInvocation(name: String, args: Seq[QueryValue]) extends Clause with Product with Serializable

  28. case class ScalarBinding(v: Var) extends Binding with Product with Serializable

  29. case class TupleBinding(vs: Seq[Var]) extends Binding with Product with Serializable

  30. case class Val(v: String, tpeS: String = "String") extends QueryValue with Product with Serializable

  31. case class Var(v: String, tpeS: String = "") extends QueryValue with Output with Product with Serializable

  32. case class Where(clauses: Seq[Clause]) extends QueryExpr with Product with Serializable

  33. case class With(variables: Seq[String]) extends QueryExpr with Product with Serializable

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. object DS extends DataSource with Product with Serializable

  5. object DataClause extends Serializable

  6. object Empty extends QueryTerm with Product with Serializable

  7. object Find extends Serializable

  8. object ImplDS extends DataSource with Product with Serializable

  9. object KW extends Serializable

  10. object NoBinding extends Binding with Product with Serializable

  11. object Query extends Serializable

  12. object Where extends Serializable

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped