Phase

slick.compiler.Phase
See thePhase companion object

A phase of the query compiler, identified by a unique name

Attributes

Companion:
object
Source:
QueryCompiler.scala
Graph
Supertypes
trait Logging
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Type members

Types

type State

The immutable state of the phase that can also be accessed by other phases.

The immutable state of the phase that can also be accessed by other phases.

Attributes

Source:
QueryCompiler.scala

Value members

Abstract methods

Run the phase

Run the phase

Attributes

Source:
QueryCompiler.scala

Inherited methods

def andThen[A](g: CompilerState => A): T1 => A

Attributes

Inherited from:
Function1
def compose[A](g: A => CompilerState): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1

Abstract fields

val name: String

The unique name of the phase

The unique name of the phase

Attributes

Source:
QueryCompiler.scala