QueryInterpreter

slick.memory.QueryInterpreter
See theQueryInterpreter companion class

Attributes

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

Members list

Type members

Classlikes

class ProductValue(data: IndexedSeq[Any]) extends Int => Any

The representation for ProductType values in the interpreter

The representation for ProductType values in the interpreter

Attributes

Source
QueryInterpreter.scala
Supertypes
trait Int => Any
class Object
trait Matchable
class Any
Known subtypes
class StructValue
class StructValue(data: IndexedSeq[Any], symbolToIndex: TermSymbol => Int) extends ProductValue

The representation for StructType values in the interpreter

The representation for StructType values in the interpreter

Attributes

Source
QueryInterpreter.scala
Supertypes
class ProductValue
trait Int => Any
class Object
trait Matchable
class Any