ConstColumnShapeImplicits

slick.lifted.ConstColumnShapeImplicits

Attributes

Source:
Shape.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Shape.type

Members list

Concise view

Implicits

Implicits

implicit def constColumnShape[T, Level <: ShapeLevel]: Shape[Level, ConstColumn[T], T, ConstColumn[T]]

A Shape for ConstColumns. It is identical to columnShape but it ensures that a ConstColumn[T] packs to itself, not just to Rep[T]. This allows ConstColumns to be used as fully packed types when compiling query functions.

A Shape for ConstColumns. It is identical to columnShape but it ensures that a ConstColumn[T] packs to itself, not just to Rep[T]. This allows ConstColumns to be used as fully packed types when compiling query functions.

Attributes

Source:
Shape.scala

Inherited implicits

implicit def anyOptionShape[M, U, P, Level <: ShapeLevel](implicit sh: Shape[_ <: Level, M, U, P]): Shape[Level, Rep[Option[M]], Option[U], Rep[Option[P]]]

A Shape for Option-valued non-Reps.

A Shape for Option-valued non-Reps.

Attributes

Inherited from:
OptionShapeImplicits
Source:
Shape.scala
implicit def optionShape[M, U, P, Level <: ShapeLevel](implicit sh: Shape[_ <: Level, Rep[M], U, Rep[P]]): Shape[Level, Rep[Option[M]], Option[U], Rep[Option[P]]]

A Shape for Option-valued Reps.

A Shape for Option-valued Reps.

Attributes

Inherited from:
RepShapeImplicits
Source:
Shape.scala
implicit def repColumnShape[T : BaseTypedType, Level <: ShapeLevel]: Shape[Level, Rep[T], T, Rep[T]]

A Shape for single-column Reps.

A Shape for single-column Reps.

Attributes

Inherited from:
RepShapeImplicits
Source:
Shape.scala