Packages

c

slick.relational.RelationalProfile

TableQueryExtensionMethods

class TableQueryExtensionMethods[T <: Table[_], U] extends AnyRef

Source
RelationalProfile.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableQueryExtensionMethods
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TableQueryExtensionMethods(q: Query[T, U, Seq] with TableQuery[T])

Value Members

  1. def findBy[P](f: (T) => Rep[P])(implicit ashape: Shape[ColumnsShapeLevel, Rep[P], P, Rep[P]], pshape: Shape[ColumnsShapeLevel, P, P, _]): CompiledFunction[(Rep[P]) => Query[T, U, Seq], Rep[P], P, Query[T, U, Seq], Seq[U]]

    Create a Compiled query which selects all rows where the specified key matches the parameter value.

  2. val q: Query[T, U, Seq] with TableQuery[T]
  3. def schema: RelationalProfile.SchemaDescription

    Get the schema description (DDL) for this table.