|
SYSIBM.SYSJAROBJECTS www.cadcobol.com - linguagem de programação COBOL |
|
|
|
|
| Desenvolvido por DORNELLES, Carlos Alberto - Analista de Sistemas - Brasília DF. |
Contains binary large object representing the installed JAR.
| 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 |
| OWNER | CHAR(8) NOT NULL | Authorization ID of the owner of the JAR object. | G |
| JAR_DATA_ROWID | ROWID NOT NULL GENERATED ALWAYS | ID used to support BLOB datatype. | G |
| JAR_DATA | BLOB(100M) NOT NULL | The contents of the JAR file. This is an updatable column. | G |
| PATH | VARCHAR(1024) NOT NULL | The URL path of the source JAR file. | G |
| CREATEDTS | TIMESTAMP NOT NULL | Time when the JAR object was created. | G |
| ALTEREDTS | TIMESTAMP NOT NULL | Time when the JAR object was altered. | 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 topic D.0. | G |