Home Oracle Commands Oracle Data Dictionary
v$ Performance views

DBA_JAVA_LAYOUTS

class layout information about stored java class

Columns
   ___________________________
 
   OWNER
      owner of this java class
   NAME
      name of the stored java class
   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