This table holds all of the possible semantic
specifiers that can be used when associating CatalogObjects.
Column Descriptions:
Name | Type | Description |
MASSOC_ID | CHAR (32) NOT NULL | The Identifier of the semantic specifier. For
example, the semantic specifier may be "REQUIRED", "NONE", "TEMP",
or "COMES WITH". Other types of specifier can be added. |
DESCRIPTION | VARCHAR (254) | A description of the semantic specifier. |
OID | VARCHAR (64) | 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 |
<SYSTEM-GENERATED> | MASSOC_ID | Primary Key |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_429 | MASSOC_ID | MASSOCCECE | MASSOC_ID | Cascade |
F_433 | MASSOC_ID | MASSOCGPGP | MASSOC_ID | Cascade |