Stores the relationship between a tag and the class name of the tag's implementation class.
Column Description(s):
Column Name | Column Type | Description |
TAGNAME |
VARCHAR(40) NOT NULL |
The name of the tag. |
TAGCLASSNAME |
VARCHAR(254) NOT NULL |
The tag's implementation class name with full classpath. |
DESCRIPTION |
VARCHAR(254) |
The description of this tag. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031317430 |
TAGNAME |
Primary Key |
Referenced By:
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1212 |
TAGNAME |
TAGDPLYREL |
TAGNAME |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.