WebSphere Commerce database table: TRDTYPEDSC

This table stores a description for TradingAgreement types in multiple languages.


Column Description(s):
Column NameColumn TypeDescription
TRDTYPE_ID INTEGER NOT NULL An identifier for the TradingAgreement type.
LANGUAGE_ID INTEGER NOT NULL Identifies the language of the TradingAgreement type description. For a list of language components, see the LANGUAGE table.
DESCRIPTION VARCHAR(4000) A description of the TradingAgreement type.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031324210 TRDTYPE_ID+LANGUAGE_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_883 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade
F_884 TRDTYPE_ID TRDTYPE TRDTYPE_ID Cascade

Feedback