slick.lifted
Common base trait for all lifted values, including columns.
All column operations are added with extension methods that depend on the type inside the Rep. These are defined in:
Rep
Option
Boolean
Option[Boolean]
String
Option[String]
sortBy
A Rep[T : TypedType] is always Typed, so that the TypedType can be retrieved directly from the Rep value.
Rep[T : TypedType]
Typed
TypedType
Encode a reference into this Rep.
Get the Node for this Rep.
Common base trait for all lifted values, including columns.
All column operations are added with extension methods that depend on the type inside the
Rep
. These are defined in:Option
typesOption
typesBoolean
/Option[Boolean]
String
/Option[String]
sortBy
callsA
Rep[T : TypedType]
is alwaysTyped
, so that theTypedType
can be retrieved directly from theRep
value.