This table contains Store information for a Contract. The data is used to persist XML data needed by a contract to create a Store.
Column Description(s):
Column Name | Column Type | Description |
CONTRACT_ID |
BIGINT NOT NULL |
Unique identifier for a Contract. |
STOREXML |
CLOB NOT NULL |
The XML definition of the Store to be created. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031215390 |
CONTRACT_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_912 |
CONTRACT_ID |
CONTRACT |
CONTRACT_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.