TAGCLASS

Stores the relationship between a tag and the class name of the tag's implementation class.

Column Descriptions:

NameTypeDescription
TAGNAMEVARCHAR (40) NOT NULLThe name of the tag.
TAGCLASSNAMEVARCHAR (254) NOT NULLThe tag's implementation class name with full classpath.
DESCRIPTIONVARCHAR (254)The description of this tag.
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>TAGNAMEPrimary Key

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_1212TAGNAMETAGDPLYRELTAGNAMECascade