ASA SQL Reference
System Procedures and Functions
System and catalog stored procedures
To list the classes currently loaded by the database virtual machine.
sa_java_loaded_classes ()
None
None
Installing Java classes into a database.
Returns a result set containing all the names of the Java classes currently loaded by the database Java virtual machine.
When the virtual machine is first called, it loads a number of classes. If you call sa_java_loaded_classes without using any Java in the database features beforehand, it returns this set of classes.
The procedure can be useful to diagnose missing classes. It can also be used to identify which classes from a particular jar are used by a given application.