This table holds additional information for CatalogEntries that represent Configurable Products. This information may be required by an external configurator to configure this CatalogEntry.
Column Description(s):
Column Name | Column Type | Description |
CATENTRY_ID |
BIGINT NOT NULL |
The CatalogEntry that this configuration information applies to. Typically, the type of the CatalogEntry will be DynamicKitBean. |
URL |
VARCHAR(254) |
The URL location of an external Product Configurator. |
REFERENCE |
VARCHAR(4000) |
Reference information that is required by an external Product Configurator. |
FIELD1 |
INTEGER |
Customizable. |
FIELD2 |
DOUBLE |
Customizable. |
FIELD3 |
VARCHAR(254) |
Customizable. |
FIELD4 |
VARCHAR(254) |
Customizable. |
FIELD5 |
TIMESTAMP |
Customizable. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031208340 |
CATENTRY_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_189 |
CATENTRY_ID |
CATENTRY |
CATENTRY_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.