This table relates CatalogGroups to ProductSets. Every CatalogEntry under the catalog subtree for this CatalogGroup is a member of the specified ProductSet.
Column Description(s):
Column Name | Column Type | Description |
CATALOG_ID |
BIGINT NOT NULL |
The internal reference number of the Catalog. |
CATGROUP_ID |
BIGINT NOT NULL |
The internal reference number of the CatalogGroup. |
PRODUCTSET_ID |
INTEGER NOT NULL |
The internal reference number of the ProductSet. |
USAGE |
CHAR(1) |
Reserved for IBM internal use. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031210230 |
CATALOG_ID+CATGROUP_ID+PRODUCTSET_ID |
Primary Key |
I0000291 |
CATALOG_ID+CATGROUP_ID+USAGE |
Non-Unique Index |
I0000292 |
PRODUCTSET_ID+USAGE |
Non-Unique Index |
I0000526 |
CATGROUP_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_223 |
CATALOG_ID |
CATALOG |
CATALOG_ID |
Cascade |
F_222 |
CATGROUP_ID |
CATGROUP |
CATGROUP_ID |
Cascade |
F_221 |
PRODUCTSET_ID |
PRODUCTSET |
PRODUCTSET_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.