Home Oracle Commands Oracle Data Dictionary
v$ Performance views

ALL_JAVA_FIELDS

field information of stored java class accessible to user

Columns
   ___________________________
 
   OWNER
      owner of the stored java class
   NAME
      name of the java class
   FIELD_INDEX
      the index of the field
   FIELD_NAME
      the name of the field at FIELD_INDEX
   ACCESSIBILITY
      the accessiblity of the field,public/private/protected/null(i.e. package)
   IS_STATIC
      is the field a static field?
   IS_FINAL
      is the field a final field?
   IS_VOLATILE
      is the field volotile?
   IS_TRANSIENT
      is the field transient?
   ARRAY_DEPTH
      array depth of the type of the field
   BASE_TYPE
      base type of the type of the field
   FIELD_CLASS
      if base_type is class,this gives the actual class name of the base object

Related:



Simon Sheppard
SS64.com