Defines the relationships between attribute
dictionary attribute groups. An attribute dictionary attribute
group can have only one parent group.
Column Descriptions:
Name | Type | Description |
ATTRDICTGRP_PARENT | BIGINT NOT NULL | The internal reference number of the parent
attribute group. |
ATTRDICTGRP_CHILD | BIGINT NOT NULL | The internal reference number of the child
attribute group. |
SEQUENCE | DOUBLE NOT NULL DEFAULT 0 | A sequence number that determines the display
order of attribute group in its parent attribute group. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | ATTRDICTGRP_PARENT+ATTRDICTGRP_CHILD | Primary Key |
I0001137 | ATTRDICTGRP_CHILD | Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3513 | ATTRDICTGRP_PARENT | ATTRDICTGRP | ATTRDICTGRP_ID | Cascade |
F_3514 | ATTRDICTGRP_CHILD | ATTRDICTGRP | ATTRDICTGRP_ID | Cascade |