Stores the relationship between a tag and the class
name of the tag's implementation class.
Column Descriptions:
| Name | 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 | 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> | TAGNAME | Primary Key |
Referenced By Child Tables:
| Constraint | Columns | Child Table | Child Columns | Type |
| F_1212 | TAGNAME | TAGDPLYREL | TAGNAME | Cascade |