Table: DBA_JAVA_CLASSES
class level information of all stored java classes
| Column Name | Description |
|---|---|
| ACCESSIBILITY | the accessiblity of the java class |
| IS_ABSTRACT | is this an abstract class? |
| IS_DEBUG | does this class contain debug information? |
| IS_FINAL | is this an final class? |
| IS_INNER | is this java class an inner class |
| KIND | is the stored object a java class or java interface? |
| MAJOR | the major version number of the java class as defined in JVM specification |
| MINOR | the minor version number of the java class as defined in JVM specification |
| NAME | name of the java class |
| OUTER | outer class of this java class if this java class is an inner class |
| OWNER | owner of this java class |
| SOURCE | source designation of the java class |
| SUPER | super class of this java class |