Home Oracle Commands Oracle Data Dictionary
v$ Performance views

USER_JAVA_LAYOUTS

class layout information about stored java class owned by the user

Columns
   ___________________________
 
   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
      how many locally declared native methods does this class contain?

Related:



Simon Sheppard
SS64.com