Skip Headers

Oracle® Database Reference
10g Release 1 (10.1)

Part Number B10755-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

ALL_JAVA_ARGUMENTS

ALL_JAVA_ARGUMENTS displays argument information about the stored Java classes accessible to the current user.


Related Views
Column Datatype NULL Description
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