Defines a display type. The JSP snippet is used to define the display format when the displayname is specified.
Column Description(s):
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. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031317560 |
DISPLAYNAME |
Primary Key |
Referenced By:
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1213 |
DISPLAYNAME |
TAGDPLYREL |
DISPLAYNAME |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.