StreamingExecutable

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
trait Executable[T, TU]
class Object
trait Matchable
class Any
Known subtypes
object StreamingExecutable.type

Members list

Value members

Inherited methods

def toNode(value: T): Node

Attributes

Inherited from:
Executable
Source
Compiled.scala