WebSphere Commerce database table: TAGDISPLAY

Defines a display type. The JSP snippet is used to define the display format when the displayname is specified.

Column Descriptions
Column Name Column Type Description
DISPLAYNAME VARCHAR(40) NOT NULL The name to represent the jsp snippet referred in JSPPATH column.
DESCRIPTION VARCHAR(254) The description of this display type.
JSPPATH VARCHAR(254) NOT NULL The URL link to the jsp snippet which defines the output of the tag.
THUMBNAILPATH VARCHAR(254) NOT NULL The path to the thumbnail which shows the format of the display.
OPTCOUNTER SMALLINT Reserved for IBM internal use.

Indexes
Index Name Indexed Column Names Index Type
SQL060903235257730 DISPLAYNAME Primary Key

Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
F_1213 DISPLAYNAME TAGDPLYREL DISPLAYNAME Cascade