This table holds language-dependent information
related to an account lockout policy.
Column Descriptions:
Name | Type | Description |
PLCYACCLCK_ID | BIGINT NOT NULL | The ID of the account lockout policy foreign key
to the Account Lockout Policy table (PLCYACCTLCK). |
LANGUAGE_ID | INTEGER NOT NULL | The ID of the language foreign key to the
Language table. For a list of language components, see the LANGUAGE
table. |
DESCRIPTION | VARCHAR (254) | The name of the account lockout policy. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | 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> | PLCYACCLCK_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_601 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_602 | PLCYACCLCK_ID | PLCYACCLCK | PLCYACCLCK_ID | Cascade |