| Nome da coluna |
Tipo de dados |
Descrição |
Uso |
| CREATOR |
CHAR(8) NOT NULL |
Authorization ID of the owner of the table that contains the column. |
G |
| TBNAME |
VARCHAR(18) NOT NULL |
Name of the table that contains the column. |
G |
| RELNAME |
CHAR(8) NOT NULL |
Constraint name for the constraint for which the column is part of the
foreign key. |
G |
| COLNAME |
VARCHAR(18) NOT NULL |
Name of the column. |
G |
| COLNO |
SMALLINT NOT NULL |
Numeric place of the column in its table. |
G |
| COLSEQ |
SMALLINT NOT NULL |
Numeric place of the column in the foreign key. |
G |
| IBMREQD |
CHAR(1) NOT NULL |
Whether the row came from the basic machine-readable material (MRM)
tape:
N No
Y Yes |
G |