|  
 OWNER 
 | 
 
 VARCHAR2(30) 
 | 
 
 NOT NULL 
 | 
 
 Owner of the Java class 
 | 
|  
 NAME 
 | 
 
 VARCHAR2(4000) 
 | 
 | 
 
 Name of the Java class 
 | 
|  
 METHOD_INDEX 
 | 
 
 NUMBER 
 | 
 | 
 
 Index of the hosting method of the argument 
 | 
|  
 METHOD_NAME 
 | 
 
 VARCHAR2(4000) 
 | 
 | 
 
 Name of the hosting method of the argument 
 | 
|  
 ARGUMENT_POSITION 
 | 
 
 NUMBER 
 | 
 | 
 
 Position of the argument, starting from 0 
 | 
|  
 ARRAY_DEPTH 
 | 
 
 NUMBER 
 | 
 | 
 
 Array depth of the type of the argument 
 | 
|  
 BASE_TYPE 
 | 
 
 VARCHAR2(7) 
 | 
 | 
 
 Base type of the type of the argument: 
int 
long 
float 
double 
boolean 
byte 
char 
short 
class 
 
 | 
|  
 ARGUMENT_CLASS 
 | 
 
 VARCHAR2(4000) 
 | 
 | 
 
 Actual class name of the argument if the base type is class 
 |