Each row of this table contains a description, in a particular language, of a supported language. For example, the Spanish language might be described as "Espanol" in French but as "Spanish" in English.
Column Description(s):
Column Name | Column Type | Description |
STOREENT_ID |
INTEGER NOT NULL |
The StoreEntity that supports the language. |
LANGUAGE_ID_DESC |
INTEGER NOT NULL |
The language being described. |
DESCRIPTION |
VARCHAR(254) |
A brief description of the language suitable for display to customers in a selection list. |
LANGUAGE_ID |
INTEGER NOT NULL |
The language of the description. For a list of language components, see the LANGUAGE table. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031316380 |
STOREENT_ID+LANGUAGE_ID_DESC+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_809 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
F_808 |
LANGUAGE_ID_DESC STOREENT_ID |
STORELANG |
LANGUAGE_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.