This table defines all possible types of catalog
entries. Examples of catalog entry types are CatalogEntryBean,
ProductBean, ItemBean, PackageBean, BundleBean, DynamicKitBean, and
PredDynaKitBean.
Column Descriptions:
| Name | Type | Description |
| CATENTTYPE_ID | CHAR (16) NOT NULL | The identifier of this catalog entry type. |
| DESCRIPTION | VARCHAR (254) | The description for this catalog entry type. |
| OID | VARCHAR (64) | Reserved for IBM internal use. |
| OPTCOUNTER | SMALLINT | 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> | CATENTTYPE_ID | Primary Key |
Referenced By Child Tables:
| Constraint | Columns | Child Table | Child Columns | Type |
| F_204 | CATENTTYPE_ID | CATENTRY | CATENTTYPE_ID | Cascade |
| F_307 | CATENTTYPE_ID | DISPENTREL | CATENTTYPE_ID | Cascade |