This table stores the primary resource column names for an access control resource. A given resource can have more than one primary column.
Column Description(s):
Column Name | Column Type | Description |
ACRESCGRY_ID |
INTEGER NOT NULL |
The resource ID for which the entry applies. |
RESPRIMARYCOL |
VARCHAR(64) NOT NULL |
The column that stores the primary key for a resource. |
FIELD1 |
VARCHAR(128) |
This column is customizable. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031155770 |
ACRESCGRY_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_50 |
ACRESCGRY_ID |
ACRESCGRY |
ACRESCGRY_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.