This table contains a reference list of Product Advisor metaphors.
Column Description(s):
Column Name | Column Type | Description |
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 Name | Indexed Column Names | Index Type |
SQL050212031232490 |
METAPHORTYPEID |
Primary Key |
Referenced By:
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_374 |
METAPHORTYPEID |
ICMREGDESC |
METAPHORTYPEID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.