TableQueryExtensionMethods

slick.relational.RelationalProfile.TableQueryExtensionMethods
class TableQueryExtensionMethods[T <: Table[_], U](val q: Query[T, U, Seq] & TableQuery[T])

Attributes

Source:
RelationalProfile.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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.

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

Attributes

Source:
RelationalProfile.scala

Get the schema description (DDL) for this table.

Get the schema description (DDL) for this table.

Attributes

Source:
RelationalProfile.scala

Concrete fields

val q: Query[T, U, Seq] & TableQuery[T]

Attributes

Source:
RelationalProfile.scala