DBPedias

All your database knowledge are belong to you

DB2 zOS

SYSIBM.SYSJARCONTENTS (V8)

Description: Contains Java class source for installed JAR.

Tablespace: SYSJAVA

Indexes(Fields):
DSNJCX01(JARSCHEMA.JAR_ID)

Column name Description Data type
JARSCHEMA The schema of the JAR file.
NOT NULL
JAR_ID The name of the JAR file.
NOT NULL
CLASS The class name contained in the JAR file.
NOT NULL
CLASS_SOURCE_ROWID ID used to support CLOB data type.
NOT NULL
GENERATED
ALWAYS
CLASS_SOURCE The contents of the class in the JAR file.
NOT NULL
IBMREQD A value of Y indicates that the row came from the basic machine-readable material (MRM) tape.
NOT NULL WITH
DEFAULT 'N'

Adapted from material found in the IBM DB2 Universal Database for z/OS V8 SQL Reference (SC18-7426-02).