Reference > Database > WebSphere Commerce database tables > T
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 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 SQL100520030436870 DISPLAYNAME Primary Key
Referenced By Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type F_1213 DISPLAYNAME TAGDPLYREL DISPLAYNAME Cascade _vcc_freeselect_bottom_