SYSJARCONTENTS catalog table
The SYSJARCONTENTS table contains Java™ class source for an 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 |
CLASS | VARCHAR(384)
NOT NULL |
The class name contained in the JAR file. | G |
CLASS_SOURCE_ROWID | ROWID
NOT NULL GENERATED ALWAYS |
ID used to support CLOB data type. | 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 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 |