Previous Table of Contents Next


6.4.2 ColumnRefStructuredType protected


   Associates Columns of a StructuredType with the Type they reference in the REF clause.

   Ends

   referencedTableType

The column, used in an SQLStructuredType is a REF to a type. This references the REF’ed SQLStructuredType.

class:

multiplicity:

SQLStructuredType
zero or one

   referencingColumn

Reference to a column of an SQLStructuredType (otherType) that is created with a REF clause referencing this SQLStructuredType (thisType). Note that in general, otherType and thisType are two different instances of SQLStructuredType.

class:

multiplicity:

Column
zero or more