Each row of this table represents a StoreGroup. A
StoreGroup contains information that can be used by the Stores in
that StoreGroup. A StoreGroup is a StoreEntity. In WebSphere
Commerce, there is only one StoreGroup.
Column Descriptions:
Name | Type | Description |
STOREGRP_ID | INTEGER NOT NULL | Generated unique key. |
FIELD1 | VARCHAR (254) | Reserved for HCL internal use. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | STOREGRP_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_795 | STOREGRP_ID | STOREENT | STOREENT_ID | Cascade |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_774 | STOREGRP_ID | STORE | STOREGRP_ID | Cascade |