This table stores the conditions for an implicit memberGroup.
Column Description(s):
Column Name | Column Type | Description |
MBRGRP_ID |
BIGINT NOT NULL |
Foreign key to the MBRGRP table |
CONDITIONS |
CLOB |
Criteria which define what members qualify to be members of this memberGroup. |
FIELD1 |
VARCHAR(254) |
Customizable |
FIELD2 |
VARCHAR(254) |
Customizable |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031238470 |
MBRGRP_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_445 |
MBRGRP_ID |
MBRGRP |
MBRGRP_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.