The JARS view identifies the installed JARs defined on the system that are accessible to the current user or database.
| View Column Name | Description | Data Type | Format |
|---|---|---|---|
| DatabaseId | The identifier of the database or user in which the JAR identified by JarName is defined. | BYTE(4) NOT NULL |
X(8) |
| JarName | The name designator for an installed JAR. |
|
X(128) |
| JarId | The unique identifier for the JAR identified by JarName. | BYTE(6) NOT NULL |
X(12) |
Corresponding System Tables
The corresponding system tables for SQLJ.JARS are:
- DBC.DBase
- DBC.JARS