Stores the relationship between the TAGCLASS and TAGDISPLAY tables.
Column Description(s):
Column Name | Column Type | Description |
TAGNAME |
VARCHAR(40) NOT NULL |
The name of the tag, reference key to the TAGCLASS table. |
DISPLAYNAME |
VARCHAR(40) NOT NULL |
The display type defined for the related tag, reference key to the table TAGDISPLAY. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031317730 |
TAGNAME+DISPLAYNAME |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1212 |
TAGNAME |
TAGCLASS |
TAGNAME |
Cascade |
F_1213 |
DISPLAYNAME |
TAGDISPLAY |
DISPLAYNAME |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.