object QueryCompiler

Source
QueryCompiler.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryCompiler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(phases: Phase*): QueryCompiler

    Construct a new QueryCompiler with the given phases

  2. val interpreterPhases: Vector[Phase]

    Extra phases needed for the QueryInterpreter

  3. val sqlPhases: Vector[Phase]

    Extra phases for translation to SQL comprehensions

  4. val standard: QueryCompiler

    The default compiler

  5. val standardPhases: Vector[Phase]

    The standard phases of the query compiler