This table contains the language specific information of product classification code.
Column Description(s):
Column Name | Column Type | Description |
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 Name | Indexed Column Names | Index Type |
SQL050212031212630 |
LANGUAGE_ID+CLASIFCODE_ID |
Primary Key |
I0000536 |
CLASIFCODE_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_241 |
CLASIFCODE_ID |
CLASIFCODE |
CLASIFCODE_ID |
Cascade |
F_242 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.