This table holds language-dependent information related to a password policy.
Column Description(s):
Column Name | Column Type | Description |
PLCYPASSWD_ID |
BIGINT NOT NULL |
The ID of the password policy foreign key to the Password Policy (PLCYPASSWD) table. |
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) |
A name for the password policy. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031256020 |
PLCYPASSWD_ID+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_603 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
F_604 |
PLCYPASSWD_ID |
PLCYPASSWD |
PLCYPASSWD_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.