This table stores the primary resource column names
for an access control resource. A given resource can have more than
one primary column.
Column Descriptions:
Name | 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 | 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> | ACRESCGRY_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_50 | ACRESCGRY_ID | ACRESCGRY | ACRESCGRY_ID | Cascade |