TableQuery

slick.lifted.TableQuery$
See theTableQuery companion class
object TableQuery

Attributes

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

Members list

Concise view

Type members

Types

type Extract[E] = E match { case AbstractTable[t] => t }

Attributes

Source:
TableQuery.scala

Value members

Concrete methods

def apply[E <: AbstractTable[_]](cons: Tag => E): TableQuery[E]

Create a TableQuery for a table row class using an arbitrary constructor function.

Create a TableQuery for a table row class using an arbitrary constructor function.

Attributes

Source:
TableQuery.scala
inline def apply[E <: AbstractTable[_]]: TableQuery[E]

Create a TableQuery for a table row class which has a constructor of type (Tag).

Create a TableQuery for a table row class which has a constructor of type (Tag).

Attributes

Source:
TableQuery.scala