This table holds the information related to a
catalog.
Column Descriptions:
| Name | Type | Description |
| CATALOG_ID | BIGINT NOT NULL | The internal reference number of the
catalog. |
| MEMBER_ID | BIGINT NOT NULL | The internal reference number that identifies the
owner of the catalog. Along with the IDENTIFIER, these columns are
a unique index. |
| IDENTIFIER | VARCHAR (254) NOT NULL | The external identifier used to identify the
catalog. Along with the MEMBER_ID, these columns are a unique
index. |
| DESCRIPTION | VARCHAR (254) | An administrative description of the
catalog. |
| TPCLEVEL | INTEGER | Reserved for HCL internal use. |
| 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> | CATALOG_ID | Primary Key |
| I0000061 | MEMBER_ID+IDENTIFIER | Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_183 | MEMBER_ID | MEMBER | MEMBER_ID | Cascade |
Referenced By Child Tables: