Contains the descriptions of predefined configurations.
Column Descriptions
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.
|