WebSphere Commerce database table: TXCDCLASS

Each row in this table represents a TaxClassification. A TaxClassification is a group of Tax CalculationCodes.


Column Description(s):
Column NameColumn TypeDescription
TXCDCLASS_ID INTEGER NOT NULL Generated unique key.
NAME VARCHAR(64) A name that, along with the StoreEntity, uniquely identifies this TaxClassification.
TXCDSCHEME_ID INTEGER The TaxCodeScheme, if any, this TaxClassification is part of.
DESCRIPTION VARCHAR(254) A brief description of the TaxClassification, suitable for display in a user interface that manages TaxClassifications.
STOREENT_ID INTEGER NOT NULL The StoreEntity this TaxClassification is part of.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
I0000258 STOREENT_ID+NAME Unique Index
SQL050212031324340 TXCDCLASS_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_885 STOREENT_ID STOREENT STOREENT_ID Cascade
F_886 TXCDSCHEME_ID TXCDSCHEME TXCDSCHEME_ID Cascade

Referenced By:
Constraint NameReferenced Column NameForeign Table NameForeign Column Name(s)Constraint Type
F_153 TXCDCLASS_ID CALCODE TXCDCLASS_ID Cascade

Feedback