2.186 ALL_JAVA_INNERS
ALL_JAVA_INNERS displays information about inner classes referred to by the stored Java classes accessible to the current user.
               
Related Views
- 
                        DBA_JAVA_INNERSdisplays information about inner classes referred to by all stored Java classes in the database.
- 
                        USER_JAVA_INNERSdisplays information about inner classes referred to by 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 | 
| 
 | 
 | 
 | Index of the referred inner class | 
| 
 | 
 | 
 | Simple name of the referred inner class | 
| 
 | 
 | 
 | Full name of the referred inner class | 
| 
 | 
 | 
 | Accessibility of the referred inner class: 
 | 
| 
 | 
 | 
 | Indicates whether the referred inner class is declared static in the source file ( | 
| 
 | 
 | 
 | Indicates whether the referred inner class is declared final in the source file ( | 
| 
 | 
 | 
 | Indicates whether the referred inner class is declared abstract in the source file ( | 
| 
 | 
 | 
 | Indicates whether the referred inner class is declared interface in the source file ( | 
| 
 | 
 | 
 | Indicates whether the inner class is declared strictfp ( | 
| 
 | 
 | 
 | Indicates whether the inner class is generated by the compiler ( | 
| 
 | 
 | 
 | Indicates whether the inner class is an enum ( | 
| 
 | 
 | 
 | Indicates whether the inner class is an annotation ( | 
| 
 | 
 | 
 | Type (class, interface, enum or annotation) of the inner class | 
| 
 | 
 | 
 | Concatenation of accessibility, type and other attributes of the inner class | 
See Also: