slick.compiler.InsertCompiler
See theInsertCompiler companion object
class InsertCompiler(val mode: Mode) extends Phase
A custom compiler for INSERT statements. We could reuse the standard phases with a minor modification instead, but this is much faster.
Attributes
- Companion
- object
- Source
- InsertCompiler.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
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
In this article