Executable

slick.lifted.Executable
See theExecutable companion object
trait Executable[T, TU]

Typeclass for types that can be executed as queries. This encompasses collection-valued (Query[_, _, _[_] ]), scalar and record types.

Attributes

Companion
object
Source
Compiled.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait StreamingExecutable[T, TU, EU]
object StreamingExecutable.type

Members list

Value members

Abstract methods

def toNode(value: T): Node

Attributes

Source
Compiled.scala