| Nome da coluna |
Tipo do dado |
Descrição |
Uso |
| JARSCHEMA |
CHAR(8) NOT NULL |
The schema of the JAR file. |
G |
| JAR_ID |
CHAR(18) NOT NULL |
The name of the JAR file. |
G |
| CLASS |
VARCHAR(128) NOT NULL |
The class name contained in the JAR file. |
G |
| CLASS_SOURCE_R |
WROWID NOT NULL GENERATED ALWAYS |
ID used to support CLOB datatype. |
G |
| CLASS_SOURCE |
CLOB(10M) NOT NULL |
The contents of the class in the JAR file. |
G |
| IBMREQD |
CHAR(1) NOT NULL WITH DEFAULT 'N' |
A value of Y indicates that the row came from the basic machine-readable material
(MRM) tape. For all other values, see Release dependency indicators in opic D.0. |
G |