This table stores member group condition
elements.
Column Descriptions:
| Name | Type | Description |
| MGPCONDELE_ID | BIGINT NOT NULL | The member group condition element ID. The value
can be up to 254 characters. |
| MBRGRP_ID | BIGINT NOT NULL | The MemberGroup ID. It is the foreign key to the
MBRGRP table. |
| NAME | VARCHAR (64) NOT NULL | The MemberGroup condition element name. It should
be unique within a MemberGroup. |
| TYPE | VARCHAR (64) NOT NULL | The member group condition element type. |
| PARENT | VARCHAR (64) | The parent element name. |
| SEQUENCE | DOUBLE | The sequence number provided by Management
Center. |
| VARIABLE | VARCHAR (254) | The condition variable name. |
| OPERATOR | VARCHAR (16) | The condition operator. |
| VALUE | VARCHAR (254) | The condition value. |
| CONDNAME | VARCHAR (254) | The condition name, if a name exists. Only the
openCondition requires the name. |
| NEGATE | SMALLINT NOT NULL DEFAULT 0 | The flag indicating whether the condition results
will be negated. |
| 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> | MGPCONDELE_ID | Primary Key |
| I0001230 | NAME+MBRGRP_ID | Unique Index |
| I0001231 | MBRGRP_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_3590 | MBRGRP_ID | MBRGRP | MBRGRP_ID | Cascade |
Referenced By Child Tables:
| Constraint | Columns | Child Table | Child Columns | Type |
| F_3591 | MGPCONDELE_ID | MGPCONDELENVP | MGPCONDELE_ID | Cascade |