CNTRSTORE

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:

NameTypeDescription
CONTRACT_IDBIGINT NOT NULLUnique identifier for a Contract.
STOREXMLCLOB (1000000) NOT NULLThe XML definition of the Store to be created.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>CONTRACT_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_912CONTRACT_IDCONTRACTCONTRACT_IDCascade