slick.compiler.SpecializeParameters
Specialize the AST for edge cases of query parameters. This is required for
compiling take(0) for some databases which do not allow LIMIT 0.
Attributes
- Source:
- SpecializeParameters.scala
- Graph
- Supertypes
class Object
trait Matchable
class Any
Members list
Concise view
Type members
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
Create a function that calls an extractor for a value and compares the result with a fixed value.
Create a function that calls an extractor for a value and compares the result with a fixed value.
Attributes
- Source:
- SpecializeParameters.scala
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
The unique name of the phase