Each row of this table represents a StoreEntity. A StoreEntity is an abstract superclass that can represent either a Store or a StoreGroup.
Column Descriptions
Column Name
| Column Type
| Description |
LANGUAGE_ID
| INTEGER NOT NULL
| The Language. For a list of language components, see the LANGUAGE table.
|
STOREENT_ID
| INTEGER NOT NULL
| The StoreEntity.
|
DISPLAYNAME
| VARCHAR(254)
| A brief description of the StoreEntity suitable for display to customers.
|
STADDRESS_ID_LOC
| INTEGER
| The physical location of the StoreEntity.
|
DESCRIPTION
| VARCHAR(4000)
| A longer description of the StoreEntity suitable for display to customers.
|
STADDRESS_ID_CONT
| INTEGER
| The contact address of the StoreEntity.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|