Each row in this table describes a QuantityUnit in a particular language.
Column Description(s):
Column Name | Column Type | Description |
QTYUNIT_ID |
CHAR(16) NOT NULL |
The QuantityUnit. |
LANGUAGE_ID |
INTEGER NOT NULL |
The language of the description. For a list of language components, see the LANGUAGE table. |
DESCRIPTION |
VARCHAR(254) |
The description of the QuantityUnit. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031302670 |
LANGUAGE_ID+QTYUNIT_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_647 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
F_648 |
QTYUNIT_ID |
QTYUNIT |
QTYUNIT_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.