Each row of this table associates a Catalog with a Contract.
Column Description(s):
Column Name | Column Type | Description |
CATALOG_ID |
BIGINT NOT NULL |
The identifier of the catalog. |
CONTRACT_ID |
BIGINT NOT NULL |
The identifier of the contract. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031208070 |
CONTRACT_ID+CATALOG_ID |
Primary Key |
I0000513 |
CATALOG_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_187 |
CATALOG_ID |
CATALOG |
CATALOG_ID |
Cascade |
F_188 |
CONTRACT_ID |
CONTRACT |
CONTRACT_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.