WebSphere Commerce database table: ICCONSTVAL

This table holds the language dependant information related to a constraint.


Column Description(s):
Column NameColumn TypeDescription
CONSTRAINTID INTEGER NOT NULL The internal reference number of a constraint. Foreign key to the ICCONSTRNT table.
VALUE VARCHAR(254) NOT NULL Value of the feature.
LANGUAGE_ID INTEGER NOT NULL The unique identifier of the language. Foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031230560 CONSTRAINTID+LANGUAGE_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_357 CONSTRAINTID ICCONSTRNT CONSTRAINTID Cascade
F_358 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade

Feedback