Each row of this table represents a condition in a
certain condition group
Column Descriptions:
Name | Type | Description |
CFCOND_ID | BIGINT NOT NULL | Generated primary key |
CFCONDGRP_ID | BIGINT NOT NULL | Condition Group ID. The condition group this
condition belongs to. |
TYPE | SMALLINT NOT NULL DEFAULT 0 | Condition attribute type.
- 0
- Attribute dictionary attribute.
- 1
- CATENTRY property.
- 2
- CATENTRY attribute assigned to a unique catalog entry.
|
ATTR_ID | BIGINT | The attribute ID. This column refers to the
ATTR_ID in table ATTR under Attribute Dictionary. Use this when the
TYPE is 0. |
PROPERTYNAME | VARCHAR (254) | Condition attribute type. Type of the condition
attribute could be: 0. Attribute dictionary attribute. 1. Catentry
Property. |
OPERATOR | VARCHAR (254) NOT NULL | The Operator. The operator between the attribute
and the attribute value. |
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> | CFCOND_ID | Primary Key |
I0001380 | CFCONDGRP_ID | Non-Unique Index |
I0001381 | ATTR_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3670 | ATTR_ID | ATTR | ATTR_ID | Cascade |
F_3671 | CFCONDGRP_ID | CFCONDGRP | CFCONDGRP_ID | Cascade |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_3673 | CFCOND_ID | CFCONDVAL | CFCOND_ID | Cascade |