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

Concise view

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
Graph
Supertypes
trait Int => Any
class Object
trait Matchable
class Any
Known subtypes
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
Graph
Supertypes
trait Int => Any
class Object
trait Matchable
class Any