Object/Trait

slick.compiler

Phase

Related Docs: trait Phase | package compiler

Permalink

object Phase

The Phase companion objects contains ready-to-use Phase objects for the standard phases of the query compiler

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val assignUniqueSymbols: AssignUniqueSymbols

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val createAggregates: CreateAggregates

    Permalink
  8. val createResultSetMapping: CreateResultSetMapping

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. val expandRecords: ExpandRecords

    Permalink
  12. val expandSums: ExpandSums

    Permalink
  13. val expandTables: ExpandTables

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val fixRowNumberOrdering: FixRowNumberOrdering

    Permalink
  16. val flattenProjections: FlattenProjections

    Permalink
  17. val forceOuterBinds: ForceOuterBinds

    Permalink
  18. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. val hoistClientOps: HoistClientOps

    Permalink
  21. val inferTypes: InferTypes

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val mergeToComprehensions: MergeToComprehensions

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. val optimizeScalar: OptimizeScalar

    Permalink
  28. val pruneProjections: PruneProjections

    Permalink
  29. val relabelUnions: RelabelUnions

    Permalink
  30. val removeFieldNames: RemoveFieldNames

    Permalink
  31. val removeMappedTypes: RemoveMappedTypes

    Permalink
  32. val removeTakeDrop: RemoveTakeDrop

    Permalink
  33. val reorderOperations: ReorderOperations

    Permalink
  34. val resolveZipJoins: ResolveZipJoins

    Permalink
  35. val resolveZipJoinsRownumStyle: ResolveZipJoins

    Permalink
  36. val rewriteBooleans: RewriteBooleans

    Permalink
  37. val rewriteDistinct: RewriteDistinct

    Permalink
  38. val rewriteJoins: RewriteJoins

    Permalink
  39. val specializeParameters: SpecializeParameters

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. val unrollTailBinds: UnrollTailBinds

    Permalink
  43. val verifySymbols: VerifySymbols

    Permalink
  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped