SQLJ procedures that manipulate JAR files

Both Java™ stored procedures and Java UDFs can use Java classes that are stored in Java JAR files.

To use a JAR file, a jar-id must be associated with the JAR file. The system provides stored procedures in the SQLJ schema that allow jar-ids and JAR files to be manipulated. These procedures allow JAR files to be installed, replaced, and removed. They also provide the ability to use and update the SQL catalogs associated with JAR files.

Related concepts
Java stored procedures
Java user-defined scalar functions
Parameter passing conventions for Java stored procedures and UDFs
Related tasks
Use Java SQL routines