Home Oracle Commands Oracle Data Dictionary
v$ Performance views

ALL_JAVA_LAYOUTS

class layout information about stored java class accessible to the user

Columns
   ___________________________
 
   OWNER
      owner of the java class
   NAME
      --
   INTERFACES
      how many interfaces does this class implement?
   INNER_CLASSES
      how many inner classes does this class contain?
   FIELDS
      how many locally declared fields does this class contain?
   STATIC_FIELDS
      how many locally declared static fields does this class contain?
   METHODS
      how many locally declared methods does this class contain?
   STATIC_METHODS
      how many locally declared static methods does this class contain?
   NATIVE_METHODS
      --

Related:



Simon Sheppard
SS64.com