2.181 ALL_JAVA_CLASSES
ALL_JAVA_CLASSES displays class level information about the stored Java classes accessible to the current user.
               
Related Views
- 
                        DBA_JAVA_CLASSESdisplays class level information about all stored Java classes in the database.
- 
                        USER_JAVA_CLASSESdisplays class level information about the stored Java classes owned by the current user. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the Java class | 
| 
 | 
 | 
 | Name of the Java class | 
| 
 | 
 | 
 | Major version number of the Java class, as defined in the JVM specification | 
| 
 | 
 | 
 | Minor version number of the Java class, as defined in the JVM specification | 
| 
 | 
 | 
 | Indicates whether the stored object is a Java class ( | 
| 
 | 
 | 
 | Accessibility of the Java class | 
| 
 | 
 | 
 | Indicates whether this Java class is an inner class ( | 
| 
 | 
 | 
 | Indicates whether this Java class is an abstract class ( | 
| 
 | 
 | 
 | Indicates whether this Java class is a final class ( | 
| 
 | 
 | 
 | Indicates whether this is a static inner class ( | 
| 
 | 
 | 
 | Indicates whether the class is declared strict floating point for portability ( | 
| 
 | 
 | 
 | Indicates whether this is an inner class generated by the compiler ( | 
| 
 | 
 | 
 | Indicates whether this Java class contains debug information ( | 
| 
 | 
 | 
 | Source designation of the Java class | 
| 
 | 
 | 
 | Super class of this Java class | 
| 
 | 
 | 
 | Outer class of this Java class if this Java class is an inner class | 
See Also: