DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.ALL_JAVA_ARGUMENTS

Object Details
Object Name: ALL_JAVA_ARGUMENTS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

argument information for java classes accessible to the current user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes owner of the class
NAME VARCHAR2 (4000)
name of the class
METHOD_INDEX NUMBER

the index of the method
METHOD_NAME VARCHAR2 (4000)
the name of the method
ARGUMENT_POSITION NUMBER

the position of the argument, starting from 0
ARRAY_DEPTH NUMBER

array depth of the type of the arguement
BASE_TYPE VARCHAR2 (7)
base type of the type of the argument
ARGUMENT_CLASS VARCHAR2 (4000)
if base_type is class, this gives the actual class name of the argument
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      NAME
,      METHOD_INDEX
,      METHOD_NAME
,      ARGUMENT_POSITION
,      ARRAY_DEPTH
,      BASE_TYPE
,      ARGUMENT_CLASS
FROM SYS.ALL_JAVA_ARGUMENTS;

Dependencies

[top of page]

SYS.ALL_JAVA_ARGUMENTS references the following:

SchemaSYS
TableOBJAUTH$
TableSYSAUTH$
TableUSER$
SYS.ALL_JAVA_ARGUMENTS is referenced by following:

SchemaPUBLIC
SynonymALL_JAVA_ARGUMENTS