All databases
sysjars contains one row for each Java archive (JAR) file that is retained in the database.
For more information about JAR files, Java classes, and Java datatypes, see Java in Adaptive Server Enterprise.
The columns for sysjars are:
Name |
Datatype |
Description |
---|---|---|
jid |
int |
The ID of the JAR. |
jstatus |
int |
Internal status information. Unused. |
jname |
varchar(255) null |
The JAR name. |
jbinary |
image null |
The contents of the JAR: the Java classes. |
Unique clustered index on jid
Unique nonclustered index on jname