WebSphere Commerce database table: ICMETAREG

This table contains a reference list of Product Advisor metaphors.


Column Description(s):
Column NameColumn TypeDescription
METAPHORTYPEID INTEGER NOT NULL The internal reference number of the metaphor type.
CLASSNAME CHAR(100) NOT NULL Java class name. For example, com.ibm.commerce.pa.metaphor.ProductExplorerMetaphor.
BUILDERNAME CHAR(100) NOT NULL Reserved for IBM internal use.
EXPLSPCREQ INTEGER NOT NULL DEFAULT 1 Indicates whether or not an exploration space is required. Valid values: 0=No, or 1=Yes.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031232490 METAPHORTYPEID Primary Key

Referenced By:
Constraint NameReferenced Column NameForeign Table NameForeign Column Name(s)Constraint Type
F_374 METAPHORTYPEID ICMREGDESC METAPHORTYPEID Cascade

Feedback