Each row represents a selected catalog group in the
catalog tree.
Column Descriptions:
Name | Type | Description |
CFCATGROUP_ID | BIGINT NOT NULL | Generated primary key |
CATFILTER_ID | BIGINT NOT NULL | Catalog Filter ID |
CATGROUP_ID | BIGINT NOT NULL | Catalog group ID |
TYPE | SMALLINT NOT NULL | Declares the type of selected catalog group:
- 0
- Catgroup Exclusion
- 1
- Catgroup Inclusion
|
CONDGRPRELATION | SMALLINT |
- 0
- 'AND' operation
- 1
- 'OR' operation
|
FIELD1 | BIGINT | Customizable |
FIELD2 | INTEGER | Customizable |
FIELD3 | VARCHAR (254) | Customizable |
FIELD4 | DECIMAL (20,5) | Customizable |
FIELD5 | DOUBLE | Customizable |
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> | CFCATGROUP_ID | Primary Key |
I0001379 | CATFILTER_ID+CATGROUP_ID | Unique Index |
I0001387 | CATGROUP_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3669 | CATFILTER_ID | CATFILTER | CATFILTER_ID | Cascade |
F_3674 | CATGROUP_ID | CATGROUP | CATGROUP_ID | Cascade |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_3668 | CFCATGROUP_ID | CFCONDGRP | CFCATGROUP_ID | Cascade |