Packages

object TableQuery

Source
TableQuery.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableQuery
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. macro def apply[E <: AbstractTable[_]]: TableQuery[E]

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

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

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