WebSphere Commerce database table: TAGCLASS

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

Column Descriptions
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.

Indexes
Index Name Indexed Column Names Index Type
SQL060903235257580 TAGNAME Primary Key

Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
F_1212 TAGNAME TAGDPLYREL TAGNAME Cascade