This table captures the association between access control actions and action groups.
Column Description(s):
Column Name | Column Type | Description |
ACACTGRP_ID |
INTEGER NOT NULL |
The action group ID. It is a foreign key to the ACACTGRP table. Together with the ACACTION_ID column, it forms the primary key. |
ACACTION_ID |
INTEGER NOT NULL |
The action ID. It is a foreign key to the ACACTION table. Together with the ACACTGRP_ID column, it forms the primary key. |
FIELD1 |
VARCHAR(128) |
This column is customizable. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031151280 |
ACACTGRP_ID+ACACTION_ID |
Primary Key |
I0000426 |
ACACTION_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_3 |
ACACTGRP_ID |
ACACTGRP |
ACACTGRP_ID |
Cascade |
F_4 |
ACACTION_ID |
ACACTION |
ACACTION_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.