Reserved for IBM internal use.
Column Descriptions:
| Name | Type | Description |
| ECREFNUM | INTEGER NOT NULL | Reserved for IBM internal use. |
| STORE_ID | INTEGER NOT NULL | Reserved for IBM internal use. |
| ECTYPE | CHAR (30) NOT NULL | Reserved for IBM internal use. |
| ECREQNUM | INTEGER NOT NULL | Reserved for IBM internal use. |
| ECSTAT | INTEGER | Reserved for IBM internal use. |
| ECFIELD1 | VARCHAR (255) | Reserved for IBM internal use. |
| OPTCOUNTER | SMALLINT | 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 |
| I0000096 | ECREFNUM | Unique Index |
| I0000097 | ECTYPE+ECREQNUM | Unique Index |
| I0000562 | STORE_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_311 | STORE_ID | STORE | STORE_ID | Cascade |