SYSJAROBJECTS catalog table
The SYSJAROBJECTS table contains binary large object representing the installed JAR file. The schema is SYSIBM.
Column name | Data type | Description | Use |
---|---|---|---|
JARSCHEMA | VARCHAR(128)
NOT NULL |
The schema of the JAR file. | G |
JAR_ID | VARCHAR(128)
NOT NULL |
The name of the JAR file. | G |
OWNER | VARCHAR(128)
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 data type. | G |
JAR_DATA | BLOB(100M)
NOT NULL |
The contents of the JAR file. This is an updatable column. | G |
PATH | VARCHAR(2048)
NOT NULL |
The class resolution path of the JAR file. This is an updatable column. | 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 was provided with the Db2 product code. For all other values, see Release dependency indicators. The value in this field is not a reliable indicator of release dependencies. |
G |
OWNERTYPE | CHAR(1)
NOT NULL WITH DEFAULT |
Indicates the type of owner:
|
G |