WebSphere Commerce database table: CLSFCODEDS

This table contains the language specific information of product classification code.


Column Description(s):
Column NameColumn TypeDescription
LANGUAGE_ID INTEGER NOT NULL Language reference number. For a list of language components, see the LANGUAGE table.
CLASIFCODE_ID BIGINT NOT NULL Classification code reference number.
DESCRIPTION VARCHAR(254) NOT NULL Description of the product classification code.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031212630 LANGUAGE_ID+CLASIFCODE_ID Primary Key
I0000536 CLASIFCODE_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_241 CLASIFCODE_ID CLASIFCODE CLASIFCODE_ID Cascade
F_242 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade

Feedback