LANGUAGEDS

Each row of this table contains the language-dependent information for a particular language.


Column Descriptions:

Name 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 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 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> LANGUAGE_ID_DESC+LANGUAGE_ID Primary Key


Constrained By Parent Tables:

Constraint Columns Parent Table Parent Columns Type
F_416 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade
F_417 LANGUAGE_ID_DESC LANGUAGE LANGUAGE_ID Cascade


Related reference
Language data model