Contains the descriptions of predefined
configurations.
Column Descriptions:
Name | 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 (1000000) | The full description of the predefined
configuration. |
OPTCOUNTER | SMALLINT | 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> | DKPREDEFCONF_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_1186 | DKPREDEFCONF_ID | DKPREDEFCONF | DKPREDEFCONF_ID | Cascade |
F_1187 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |