Contains relationships between predefined configurations and the dynamic kit catalog entries for which they are built.
Column Description(s):
Column Name | Column Type | Description |
DKPREDEFCONF_ID |
BIGINT NOT NULL |
The ID of the predefined configuration. |
CATENTRY_ID |
BIGINT NOT NULL |
The catalog entry ID of the dynamic kit for which this predefined configuration is built. |
SEQUENCE |
INTEGER NOT NULL DEFAULT 0 |
The sequence number used to determine the order in which to display the component. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031221550 |
DKPREDEFCONF_ID+CATENTRY_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1185 |
CATENTRY_ID |
CATENTRY |
CATENTRY_ID |
Cascade |
F_1184 |
DKPREDEFCONF_ID |
DKPREDEFCONF |
DKPREDEFCONF_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.