Home Oracle Commands Oracle Data Dictionary
v$ Performance views

USER_JAVA_INNERS

list of inner classes refered by the stored java class owned by user

Columns
   ___________________________
 
   NAME
      name of the stored java class
   INNER_INDEX
      index of the refered inner class
   SIMPLE_NAME
      simple name of the refered inner class
   FULL_NAME
      full name of the refered inner class
   ACCESSIBILITY
      --
   IS_STATIC
      is the refered inner class declared static in the sorce file
   IS_FINAL
      is the refered inner class declared final in the sorce file
   IS_ABSTRACT
      is the refered inner class declared abstract in the sorce file
   IS_INTERFACE
      is the refered inner class declared interface in the sorce file

Related:



Simon Sheppard
SS64.com