Packages

object Executable

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

Value Members

  1. implicit def baseJoinQueryIsExecutable[B1, B2, BU1, BU2, C[_], Ba1, Ba2]: StreamingExecutable[BaseJoinQuery[B1, B2, BU1, BU2, C, Ba1, Ba2], C[(BU1, BU2)], (BU1, BU2)]
    Annotations
    @inline()
  2. implicit def queryIsExecutable[B, BU, C[_]]: StreamingExecutable[Query[B, BU, C], C[BU], BU]
    Annotations
    @inline()
  3. implicit def scalarIsExecutable[R, U](implicit shape: Shape[_ <: FlatShapeLevel, R, U, _]): Executable[R, U]
    Annotations
    @inline()
  4. implicit def tableQueryIsExecutable[B <: AbstractTable[_], BU, C[_]]: StreamingExecutable[Query[B, BU, C] with TableQuery[B], C[BU], BU]
    Annotations
    @inline()