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 Description(s):
Column NameColumn TypeDescription
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.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031317560 DISPLAYNAME Primary Key

Referenced By:
Constraint NameReferenced Column NameForeign Table NameForeign Column Name(s)Constraint Type
F_1213 DISPLAYNAME TAGDPLYREL DISPLAYNAME Cascade

Feedback