WebSphere Commerce database table: CHRGTYPDSC

This table contains the language-dependent descriptions of the Charge Type.


Column Description(s):
Column NameColumn TypeDescription
CHARGETYPE_ID INTEGER NOT NULL The ID of the Charge Type for which this description belongs.
LANGUAGE_ID INTEGER NOT NULL The ID of the Language of the description. For a list of language components, see the LANGUAGE table.
DESCRIPTION VARCHAR(254) NOT NULL Description of the Charge type in the language specified by LANGUAGE_ID.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031211910 CHARGETYPE_ID+LANGUAGE_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_238 CHARGETYPE_ID CHARGETYPE CHARGETYPE_ID Cascade
F_237 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade

Feedback