Lists the classes currently loaded by the database server into a Java Virtual Machine.
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 Virtual Machine. |
Returns a result set containing all the names of the Java classes currently loaded by the database server into a Java Virtual Machine.
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 required
None
| Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |