Previous | Table of Contents | Next |
This object provides a mapping where the input data is in transactional format. Each of the logical attributes occurring in
a pivoted table is mapped to three physical columns, presumably the same ones every time. If the data types don't match, the
value column may be different in that case.
Superclasses
AttributeAssignment
Attributes
None
References
setIdAttribute
This is a source attribute to be used to identify input records.
class: | Attribute | ||||
defined by: | PivotRefSetIdAttribute | ||||
multiplicity: | exactly one | ||||
inverse: | Attribute::pivotAttrAssignment | ||||
nameAttribute |
This is a source attribute that contains the names of the items in the input data. class: Attribute defined by: PivotRefNameAttribute
multiplicity: exactly one inverse: Attribute::pivotAttrAssignment
valueAttribute
This is a source attribute that contains the values of the items specified in the name attribute. class: Attribute defined
by: PivotRefValueAttribute multiplicity: exactly one inverse: Attribute::pivotAttrAssignment