SQL - SYSIBM.SYSJAVAPATHS - www.cadcobol.com.br


Volta ao Menu das SYSIBM

Volta ao Menu Principal


Desenvolvido por DORNELLES, Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com

SYSIBM.SYSJAVAPATHS
Db2 for z/OS 12.0.0

A tabela SYSJAVAPATHS contém o caminho de resolução de classe completo de um arquivo JAR e registra as dependências que um arquivo JAR possui nos arquivos JAR em seu caminho Java ™.
O esquema é SYSIBM.

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 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


© Copyright IBM Corp.