Packages

o

slick.lifted

RepShape

object RepShape extends Shape[FlatShapeLevel, Rep[_], Any, Rep[_]]

Shape for Rep values (always fully packed)

Source
Shape.scala
Linear Supertypes
Shape[FlatShapeLevel, Rep[_], Any, Rep[_]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RepShape
  2. Shape
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Mixed = Rep[_]
    Definition Classes
    Shape
  2. type Packed = Rep[_]
    Definition Classes
    Shape
  3. type Unpacked = Any
    Definition Classes
    Shape

Value Members

  1. def apply[Level <: ShapeLevel, MP <: Rep[_], U]: Shape[Level, MP, U, MP]
  2. def buildParams(extract: (Any) => Unpacked): Packed

    Build a packed representation containing QueryParameters that can extract data from the unpacked representation later.

    Build a packed representation containing QueryParameters that can extract data from the unpacked representation later. This method is not available for shapes where Mixed and Unpacked are different types.

    Definition Classes
    RepShapeShape
  3. def encodeRef(value: Mixed, path: Node): Rep[_]

    Encode a reference into a value of this Shape.

    Encode a reference into a value of this Shape. This method may not be available for shapes where Mixed and Packed are different types.

    Definition Classes
    RepShapeShape
  4. def pack(value: Mixed): Packed

    Convert a value of this Shape's (mixed) type to the fully packed type

    Convert a value of this Shape's (mixed) type to the fully packed type

    Definition Classes
    RepShapeShape
  5. def packedShape: Shape[FlatShapeLevel, Packed, Unpacked, Packed]

    Return the fully packed Shape

    Return the fully packed Shape

    Definition Classes
    RepShapeShape
  6. def toNode(value: Mixed): Node

    Return an AST Node representing a mixed value.

    Return an AST Node representing a mixed value.

    Definition Classes
    RepShapeShape