SYSIBM.SYSJARCONTENTS table

The SYSIBM.SYSJARCONTENTS table contains Java class source for an installed JAR file.

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 came from the basic machine-readable material (MRM) tape. For all other values, see Release dependency indicators.

The value in this field is not a reliable indicator of release dependencies.

G