Reference > Database > WebSphere Commerce database tables > T
WebSphere Commerce database table: TAGCLASS
Stores the relationship between a tag and the class name of the tag's implementation class.
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 SQL100520030436730 TAGNAME Primary Key
Referenced By Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type F_1212 TAGNAME TAGDPLYREL TAGNAME Cascade _vcc_freeselect_bottom_