Lists the classes currently loaded by the database server into a Java VM.
sa_java_loaded_classes( )
Column name | Data type | Description |
---|---|---|
class_name | VARCHAR(512) | The name of a class currently loaded by the database server into a Java VM. |
Returns a result set containing all the names of the Java classes currently loaded by the database server into a Java VM.
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.
DBA authority
None
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |