Executable

slick.lifted.Executable$
See theExecutable companion trait
object Executable

Attributes

Companion:
trait
Source:
Compiled.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Implicits

Implicits

implicit def baseJoinQueryIsExecutable[B1, B2, BU1, BU2, C[_], Ba1, Ba2]: StreamingExecutable[BaseJoinQuery[B1, B2, BU1, BU2, C, Ba1, Ba2], C[(BU1, BU2)], (BU1, BU2)]

Attributes

Source:
Compiled.scala
implicit def queryIsExecutable[B, BU, C[_]]: StreamingExecutable[Query[B, BU, C], C[BU], BU]

Attributes

Source:
Compiled.scala
implicit def scalarIsExecutable[R, U](implicit shape: Shape[_ <: FlatShapeLevel, R, U, _]): Executable[R, U]

Attributes

Source:
Compiled.scala
implicit def tableQueryIsExecutable[B <: AbstractTable[_], BU, C[_]]: StreamingExecutable[Query[B, BU, C] & TableQuery[B], C[BU], BU]

Attributes

Source:
Compiled.scala