| Column Name
| Description
|
| ARGUMENTS (USER_JAVA_METHODS)
| number of arguments of the method
|
| ARGUMENTS (DBA_JAVA_METHODS)
| number of arguments of the method
|
| ARGUMENTS (ALL_JAVA_METHODS)
| number of arguments of the method
|
| ARGUMENT_CLASS (DBA_JAVA_ARGUMENTS)
| if base_type is class, this gives the actual class name of the argument
|
| ARGUMENT_CLASS (ALL_JAVA_ARGUMENTS)
| if base_type is class, this gives the actual class name of the argument
|
| ARGUMENT_CLASS (USER_JAVA_ARGUMENTS)
| if base_type is class, this gives the actual class name of the argument
|
| ARGUMENT_NAME (ALL_ARGUMENTS)
| Argument name
|
| ARGUMENT_NAME (USER_ARGUMENTS)
| Argument name
|
| ARGUMENT_POSITION (USER_JAVA_ARGUMENTS)
| the position of the argument, starting from 0
|
| ARGUMENT_POSITION (ALL_JAVA_ARGUMENTS)
| the position of the argument, starting from 0
|
| ARGUMENT_POSITION (DBA_JAVA_ARGUMENTS)
| the position of the argument, starting from 0
|
| ARGUMENT_TYPE (ALL_OPARGUMENTS)
| Datatype of the operator argument
|
| ARGUMENT_TYPE (USER_OPARGUMENTS)
| Datatype of the operator argument
|
| ARGUMENT_TYPE (DBA_OPARGUMENTS)
| Datatype of the operator argument
|