This table stores locale-specific information for
the ACPOLICY table.
Column Descriptions:
Name | Type | Description |
ACPOLICY_ID | INTEGER NOT NULL | The policy ID. It is a foreign key to the
ACPOLICY table. |
LANGUAGE_ID | INTEGER NOT NULL | The language ID. It is a foreign key to the
LANGUAGE table. For a list of language components, see the LANGUAGE
table. |
DISPLAYNAME | VARCHAR (700) NOT NULL | This column contains a locale-specific
description of the policy. |
DESCRIPTION | VARCHAR (700) | This column contains a description of the policy.
This field is optional. |
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> | ACPOLICY_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_27 | ACPOLICY_ID | ACPOLICY | ACPOLICY_ID | Cascade |
F_28 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |