Table: DBA_JAVA_LAYOUTS
class layout information about stored java class
Column Name | Description |
---|---|
FIELDS | how many locally declared fields does this class contain? |
INNER_CLASSES | how many inner classes does this class contain? |
INTERFACES | how many interfaces does this class implement? |
METHODS | how many locally declared methods does this class contain? |
NAME | name of the stored java class |
NATIVE_METHODS | |
OWNER | owner of this java class |
STATIC_FIELDS | how many locally declared static fields does this class contain? |
STATIC_METHODS | how many locally declared static methods does this class contain? |