Database Table: CATENTTYPE

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.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416034901880 CATENTTYPE_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
Not Applicable

Referenced By:
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