Each row of this table contains Language-dependent information for a CalculationScale.
Column Description(s):
Column Name | Column Type | Description |
CALSCALE_ID |
INTEGER NOT NULL |
The CalculationScale to which this information applies. |
LANGUAGE_ID |
INTEGER NOT NULL |
The Language for which this information applies. For a list of language components, see the LANGUAGE table. |
DESCRIPTION |
VARCHAR(254) |
A brief description of the CalculationScale, suitable for display to a customer to explain how a calculation is performed. For example, "$.10 per kilogram, minimum charge of $5.00." or "10% off quantities of 5 or more." |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031207190 |
LANGUAGE_ID+CALSCALE_ID |
Primary Key |
I0000510 |
CALSCALE_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_181 |
CALSCALE_ID |
CALSCALE |
CALSCALE_ID |
Cascade |
F_180 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.