TAGDISPLAY

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

Column Descriptions:

NameTypeDescription
DISPLAYNAMEVARCHAR (40) NOT NULLThe name to represent the JSP snippet referred in JSPPATH column.
DESCRIPTIONVARCHAR (254)The description of this display type.
JSPPATHVARCHAR (254) NOT NULLThe URL link to the JSP snippet which defines the output of the tag.
THUMBNAILPATHVARCHAR (254) NOT NULLThe path to the thumbnail which shows the format of the display.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>DISPLAYNAMEPrimary Key

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_1213DISPLAYNAMETAGDPLYRELDISPLAYNAMECascade