ATTRDICTGRPREL

Defines the relationships between attribute dictionary attribute groups. An attribute dictionary attribute group can have only one parent group.

Column Descriptions:

NameTypeDescription
ATTRDICTGRP_PARENTBIGINT NOT NULLThe internal reference number of the parent attribute group.
ATTRDICTGRP_CHILDBIGINT NOT NULLThe internal reference number of the child attribute group.
SEQUENCEDOUBLE NOT NULL DEFAULT 0A sequence number that determines the display order of attribute group in its parent attribute group.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>ATTRDICTGRP_PARENT+ATTRDICTGRP_CHILDPrimary Key
I0001137ATTRDICTGRP_CHILDUnique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3513ATTRDICTGRP_PARENTATTRDICTGRPATTRDICTGRP_IDCascade
F_3514ATTRDICTGRP_CHILDATTRDICTGRPATTRDICTGRP_IDCascade