This table captures the relationship between access control resources and actions. Given a resource, you can find out the associated actions from this table.
Column Description(s):
Column Name | Column Type | Description |
ACRESCGRY_ID |
INTEGER NOT NULL |
The resource category ID. This is a primary key, as well as a foreign key to the ACRESCGRY table |
ACACTION_ID |
INTEGER NOT NULL |
The action ID. It is is a primary key, and a foreign key to the ACACTION table. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031154710 |
ACRESCGRY_ID+ACACTION_ID |
Primary Key |
I0000443 |
ACACTION_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_38 |
ACACTION_ID |
ACACTION |
ACACTION_ID |
Cascade |
F_39 |
ACRESCGRY_ID |
ACRESCGRY |
ACRESCGRY_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.