SYSJAVAPATHS catalog table
The SYSJAVAPATHS table contains the complete class resolution path of a JAR file, and records the dependencies that one JAR file has on the JAR files in its Java™ path. 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 |
ORDINAL | SMALLINT
NOT NULL |
The ordinal number of the path element within the JAR file's Java path. | G |
PE_CLASS_PATTERN | VARCHAR(2048)
NOT NULL |
The pattern for the names of the classes that are to be searched for in this path element's JAR file. | G |
PE_JARSCHEMA | VARCHAR(128)
NOT NULL |
The schema of this path element's JAR file. | G |
PE_JAR_ID | VARCHAR(128)
NOT NULL |
The name of this path element's JAR file. | 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 |