ForceOuterBinds
slick.compiler.ForceOuterBinds
class ForceOuterBinds extends Phase
Ensure that all collection operations are wrapped in a Bind so that we have a place for expanding references later. FilteredQueries are allowed on top of collection operations without a Bind in between, unless that operation is a Join, Pure or Distinct node.
Attributes
- Source
- ForceOuterBinds.scala
- Graph
-
- Supertypes
Members list
Type members
Inherited 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
- Inherited from:
- Phase
- Source
- QueryCompiler.scala
Value members
Concrete methods
Run the phase
Attributes
- Source
- ForceOuterBinds.scala
Attributes
- Source
- ForceOuterBinds.scala
Attributes
- Source
- ForceOuterBinds.scala
Attributes
- Source
- ForceOuterBinds.scala
Attributes
- Source
- ForceOuterBinds.scala
Inherited methods
Attributes
- Inherited from:
- Function1
Attributes
- Inherited from:
- Function1
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
Concrete fields
The unique name of the phase
In this article