slick.lifted.StreamingExecutable
See theStreamingExecutable companion object
trait StreamingExecutable[T, TU, EU] extends Executable[T, TU]
Typeclass for types that can be executed as streaming queries, i.e. only collection-valued (Query[_, _, _[_] ]) types. This is used as a phantom type for computing the required types. The actual value is always null.
Attributes
- Companion
- object
- Source
- Compiled.scala
- Graph
-
- Supertypes
- Known subtypes
-
object StreamingExecutable.type
Members list
In this article