DB2 Universal Database for iSeries SQL Reference

SYSJARCONTENTS

The SYSJARCONTENTS table contains one row for each class defined by a jarid in the SQL schema. The following table describes the columns in the SYSJARCONTENTS view.

Table 116. SYSJARCONTENTS view

Column Name System Column Name Data Type Description
JARSCHEMA JARSCHEMA VARCHAR(128) Name of the schema containing the jar_id.
JAR_ID JAR_ID VARCHAR(128) Name of the jar_id.
CLASS CLASS VARCHAR(128) Name of the class.
CLASS_SOURCE CLASSSRC DBCLOB(10485760)

Nullable
Reserved. Contains the null value.
IASP_NUMBER IASPNUMBER SMALLINT Specifies the independent auxiliary storage pool (IASP) number.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]