This table defines all possible types of CatalogEntries. Examples of CatalogEntry types are ProductBean, ItemBean, PackageBean, BundleBean and DynamicKitBean.
Column Name | Column Type | Column Description |
---|---|---|
CATENTTYPE_ID | CHARACTER (16) NOT NULL |
The identifier of this CatalogEntry type. |
DESCRIPTION | VARCHAR (254) NULL |
The description for this CatalogEntry type. |
OID | VARCHAR (64) NULL |
Reserved for IBM internal use. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034901880 | CATENTTYPE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_204 | CATENTTYPE_ID | CATENTRY | CATENTTYPE_ID | Cascade |
F_307 | CATENTTYPE_ID | DISPENTREL | CATENTTYPE_ID | Cascade |