QueryCompiler

slick.compiler.QueryCompiler
See theQueryCompiler companion class
object QueryCompiler

Attributes

Companion
class
Source
QueryCompiler.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(phases: Phase*): QueryCompiler

Construct a new QueryCompiler with the given phases

Construct a new QueryCompiler with the given phases

Attributes

Source
QueryCompiler.scala

Concrete fields

val interpreterPhases: Vector[Phase]

Extra phases needed for the QueryInterpreter

Extra phases needed for the QueryInterpreter

Attributes

Source
QueryCompiler.scala
val sqlPhases: Vector[Phase]

Extra phases for translation to SQL comprehensions

Extra phases for translation to SQL comprehensions

Attributes

Source
QueryCompiler.scala

The default compiler

The default compiler

Attributes

Source
QueryCompiler.scala
val standardPhases: Vector[Phase]

The standard phases of the query compiler

The standard phases of the query compiler

Attributes

Source
QueryCompiler.scala