WebSphere Commerce database table: TAGCLASS

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


Column Description(s):
Column NameColumn TypeDescription
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 NameIndexed Column NamesIndex Type
SQL050212031317430 TAGNAME Primary Key

Referenced By:
Constraint NameReferenced Column NameForeign Table NameForeign Column Name(s)Constraint Type
F_1212 TAGNAME TAGDPLYREL TAGNAME Cascade

Feedback