Packages

t

slick.lifted

AbstractTableShapeImplicits

trait AbstractTableShapeImplicits extends RepShapeImplicits

Source
Shape.scala
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractTableShapeImplicits
  2. RepShapeImplicits
  3. OptionShapeImplicits
  4. AnyRef
  5. 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

Value Members

  1. 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.

    Definition Classes
    OptionShapeImplicits
    Annotations
    @inline()
  2. 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.

    Definition Classes
    RepShapeImplicits
    Annotations
    @inline()
  3. implicit def repColumnShape[T, Level <: ShapeLevel](implicit arg0: BaseTypedType[T]): Shape[Level, Rep[T], T, Rep[T]]

    A Shape for single-column Reps.

    A Shape for single-column Reps.

    Definition Classes
    RepShapeImplicits
    Annotations
    @inline()
  4. implicit final def tableShape[Level >: FlatShapeLevel <: ShapeLevel, T, C <: AbstractTable[_]](implicit ev: <:<[C, AbstractTable[T]]): Shape[Level, C, T, C]
    Annotations
    @inline()