This table is a master list of all the access
control relationships that exist in the system. These relationships
are between resources that are protected and the members in the
system.
Column Descriptions:
Name | Type | Description |
ACRELATION_ID | INTEGER NOT NULL | The relation ID. This is the primary key. |
RELATIONNAME | VARCHAR (128) NOT NULL | The name of the relationship. |
OPTCOUNTER | SMALLINT | 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> | ACRELATION_ID | Primary Key |
I0000007 | RELATIONNAME | Unique Index |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_34 | ACRELATION_ID | ACPOLICY | ACRELATION_ID | Cascade |
F_36 | ACRELATION_ID | ACRELDESC | ACRELATION_ID | Cascade |
F_47 | ACRELATION_ID | ACRESMEMRL | ACRELATION_ID | Cascade |
F_51 | ACRELATION_ID | ACRESREL | ACRELATION_ID | Cascade |