Defines a display type. The JSP snippet is used to
define the display format when the display name is specified.
Column Descriptions:
| Name | 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 NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
| Name | Column Names | Type |
| <SYSTEM-GENERATED> | DISPLAYNAME | Primary Key |
Referenced By Child Tables:
| Constraint | Columns | Child Table | Child Columns | Type |
| F_1213 | DISPLAYNAME | TAGDPLYREL | DISPLAYNAME | Cascade |