This table captures the invocation statistics for each Product Advisor metaphor.
Column Description(s):
Column Name | Column Type | Description |
STOREENT_ID |
INTEGER NOT NULL |
The store entity identifier as described in the STOREENT_ID column of the STOREENT table. |
CATGROUP_ID |
BIGINT NOT NULL |
The category group identifier as described in the CATGROUP_ID column of the CATGROUP table. |
METAPHORTYPE |
INTEGER NOT NULL |
The metaphor type identifier as described in the METAPHORTYPEID column of the ICMETAREG table. |
COUNT |
INTEGER |
The number of times this particular metaphor was invoked by a customer. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031252790 |
STOREENT_ID+CATGROUP_ID+METAPHORTYPE |
Primary Key |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.