slick.lifted.MappedScalaProductShape
Base class for ProductNodeShapes with a type mapping to a type that extends scala.Product
Attributes Source: Shape.scala Graph Reset zoom Hide graph Show graph
Supertypes class
Shape [
Level ,
M ,
U ,
P ]
class Object
trait Matchable
class Any
Known subtypes class
CaseClassShape [
P ,
LiftedTuple ,
LiftedCaseClass ,
PlainTuple ,
PlainCaseClass ]
Members list Concise view
Value members
Get the element value from a record value at the specified index.
Get the element value from a record value at the specified index.
Attributes Source: Shape.scala
Get an Iterator of a record value's element values. The default
implementation repeatedly calls getElement.
Get an Iterator of a record value's element values. The default
implementation repeatedly calls getElement.
Attributes Definition Classes Source: Shape.scala
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.
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.
Attributes Inherited from: ProductNodeShape Source: Shape.scala
Build a record value represented by this Shape from its element values.
Create a copy of this Shape with new element Shapes. This is used for
packing Shapes recursively.
Create a copy of this Shape with new element Shapes. This is used for
packing Shapes recursively.
Attributes Inherited from: ProductNodeShape Source: Shape.scala
Encode a reference into a value of this Shape.
This method may not be available for shapes where Mixed and Packed are
different types.
Encode a reference into a value of this Shape.
This method may not be available for shapes where Mixed and Packed are
different types.
Attributes Inherited from: ProductNodeShape Source: Shape.scala
Convert a value of this Shape's (mixed) type to the fully packed type
Return the fully packed Shape
Return an AST Node representing a mixed value.
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes Returns: a string representation of the object.
Definition Classes Inherited from: ProductNodeShape Source: Shape.scala
The Shapes for the product elements.