TAGDPLYREL

Stores the relationship between the TAGCLASS and TAGDISPLAY tables.

Column Descriptions:

NameTypeDescription
TAGNAMEVARCHAR (40) NOT NULLThe name of the tag, reference key to the TAGCLASS table.
DISPLAYNAMEVARCHAR (40) NOT NULLThe display type defined for the related tag, reference key to the table TAGDISPLAY.
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>TAGNAME+DISPLAYNAMEPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_1212TAGNAMETAGCLASSTAGNAMECascade
F_1213DISPLAYNAMETAGDISPLAYDISPLAYNAMECascade