Each row of this table represents a condition group
in a certain catalog filter
Column Descriptions:
Name | Type | Description |
CFCONDGRP_ID | BIGINT NOT NULL | Generated primary key |
CFCATGROUP_ID | BIGINT NOT NULL | The CFCATGROUP ID |
IDENTIFIER | VARCHAR (254) NOT NULL | The identifier of condition group |
CONDITIONRELATION | SMALLINT NOT NULL | Declare the relation between the affiliated
conditions:
- 0
- For 'AND' operation.
- 1
- For '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> | CFCONDGRP_ID | Primary Key |
I0001378 | CFCATGROUP_ID+IDENTIFIER | Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3668 | CFCATGROUP_ID | CFCATGROUP | CFCATGROUP_ID | Cascade |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_3671 | CFCONDGRP_ID | CFCOND | CFCONDGRP_ID | Cascade |