Each row of this table contains the language-dependent information for a particular language.
Column Description(s):
Column Name | Column Type | Description |
LANGUAGE_ID |
INTEGER NOT NULL |
The language ID for the language used for the description. For a list of language components (language ID codes), see the LANGUAGE table. |
DESCRIPTION |
VARCHAR(254) NOT NULL |
The description of the language that is displayed in a graphical user interface, which manages supported languages for a StoreEntity. |
LANGUAGE_ID_DESC |
INTEGER NOT NULL |
The language ID of the language that is being described. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031236500 |
LANGUAGE_ID_DESC+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_416 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
F_417 |
LANGUAGE_ID_DESC |
LANGUAGE |
LANGUAGE_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.