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 Descriptions:
Name | Type | Description |
CONTRACT_ID | BIGINT NOT NULL | Unique identifier for a Contract. |
STOREXML | CLOB (1000000) NOT NULL | The XML definition of the Store to be
created. |
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> | CONTRACT_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_912 | CONTRACT_ID | CONTRACT | CONTRACT_ID | Cascade |