sysjars

All databases

Description

sysjars contains one row for each Java archive (JAR) file that is retained in the database. Uses row-level locking.

For more information about JAR files, Java classes, and Java datatypes, see Java in Adaptive Server Enterprise.

Columns

The columns for sysjars are:

Name

Datatype

Description

sensitivity

sensitivity

Used by the Secure Adaptive Server.

jid

int

The ID of the JAR.

jstatus

int

Internal status information. Unused.

jname

varchar(255)

The JAR name.

jbinary

image

The contents of the JAR: the Java classes.

Indexes

Unique placement index On jid

Unique nonclustered index On jname