This table holds the expanded (published) form of a
ProductSet.
Column Descriptions:
Name | Type | Description |
PRODUCTSET_ID | INTEGER NOT NULL | The ProductSet ID. |
CATENTRY_ID | BIGINT NOT NULL | The CatalogEntry ID. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | 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> | PRODUCTSET_ID+CATENTRY_ID | Primary Key |
I0000702 | CATENTRY_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_628 | PRODUCTSET_ID | PRODUCTSET | PRODUCTSET_ID | Cascade |
F_629 | CATENTRY_ID | CATENTRY | CATENTRY_ID | Cascade |