This table holds the language dependant information related to a constraint.
Column Name | Column Type | Column Description |
---|---|---|
CONSTRAINTID | INTEGER NOT NULL |
The internal reference number of a constraint. Foreign key to the ICCONSTRNT table. |
LANGUAGE_ID | INTEGER NOT NULL |
The unique identifier of the language. Foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table. |
VALUE | VARCHAR (254) NOT NULL |
Value of the feature. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034938880 | CONSTRAINTID, LANGUAGE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_357 | CONSTRAINTID | ICCONSTRNT | CONSTRAINTID | Cascade |
F_358 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|