This table excludes a command or view from a customer group for a specific owner. This table is deprecated and is provided for backward compatibility only.
Column Description(s):
Column Name | Column Type | Description |
ACCCMDGRP_ID |
INTEGER NOT NULL |
This column refers to an entry in the ACCCMDGRP table. It should only refer to an entry that corresponds to a customer group, for example, where MBRGRP_ID = -2. |
OWNER_ID |
BIGINT NOT NULL |
This column defines the member that excludes the corresponding command or view defined in the ACCCMDGRP table from the customer group. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031152490 |
OWNER_ID+ACCCMDGRP_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_14 |
ACCCMDGRP_ID |
ACCCMDGRP |
ACCCMDGRP_ID |
Cascade |
F_13 |
OWNER_ID |
MEMBER |
MEMBER_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.