2.180 ALL_JAVA_ARGUMENTS
ALL_JAVA_ARGUMENTS displays argument information about the stored Java classes accessible to the current user.
               
Related Views
- 
                        DBA_JAVA_ARGUMENTSdisplays argument information about all stored Java classes in the database.
- 
                        USER_JAVA_ARGUMENTSdisplays argument 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 | 
| 
 | 
 | 
 | Index of the hosting method of the argument | 
| 
 | 
 | 
 | Name of the hosting method of the argument | 
| 
 | 
 | 
 | Position of the argument, starting from 0 | 
| 
 | 
 | 
 | Array depth of the type of the argument | 
| 
 | 
 | 
 | Base type of the type of the argument: 
 | 
| 
 | 
 | 
 | Actual class name of the argument if the base type is  | 
See Also: