WebSphere Commerce database table: CALSCALEDS

Each row of this table contains Language-dependent information for a CalculationScale.


Column Description(s):
Column NameColumn TypeDescription
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 NameIndexed Column NamesIndex Type
SQL050212031207190 LANGUAGE_ID+CALSCALE_ID Primary Key
I0000510 CALSCALE_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_181 CALSCALE_ID CALSCALE CALSCALE_ID Cascade
F_180 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade

Feedback