This table defines all possible types of
subscription a catalog entry can be subscribed to.
Column Descriptions:
Name | Type | Description |
SUBSCPTYPE_ID | CHAR (32) NOT NULL DEFAULT 'NONE' | The identifier of the subscription type that a
catalog entry can be subscribed to. The supported types are
- NONE
- TIME-BASED
- EVENT-BASED
- TIME-EVENT-BASED
|
DESCRIPTION | VARCHAR (254) | An administrative description of the subscription
type. |
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> | SUBSCPTYPE_ID | Primary Key |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_3645 | SUBSCPTYPE_ID | CATENTSUBS | SUBSCPTYPE_ID | Cascade |
F_3647 | SUBSCPTYPE_ID | SUBSCRIPTION | SUBSCPTYPE_ID | Cascade |