Contains the descriptions of predefined configurations.
Column Description(s):
Column Name | Column Type | Description |
DKPREDEFCONF_ID |
BIGINT NOT NULL |
The ID of the predefined configuration. |
LANGUAGE_ID |
INTEGER NOT NULL |
Language in which the name and description are written. For a list of language components, see the LANGUAGE table. |
NAME |
CHAR(128) NOT NULL |
Name of the predefined configuration. |
SHORTDESCRIPTION |
VARCHAR(254) |
A short description of the predefined configuration. |
LONGDESCRIPTION |
CLOB |
The full description of the predefined configuration. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031221890 |
DKPREDEFCONF_ID+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1186 |
DKPREDEFCONF_ID |
DKPREDEFCONF |
DKPREDEFCONF_ID |
Cascade |
F_1187 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.