DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_JAVA_LAYOUTS

Object Details
Object Name: DBA_JAVA_LAYOUTS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

class layout information for all java classes

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes owner of the class
NAME VARCHAR2 (4000)
name of the class
INTERFACES NUMBER

how many interfaces does this class implement?
INNER_CLASSES NUMBER

how many inner classes does this class contain?
FIELDS NUMBER

how many locally declared fields does this class contain?
STATIC_FIELDS NUMBER

how many locally declared static fields does this class contain?
METHODS NUMBER

how many locally declared methods does this class contain?
STATIC_METHODS NUMBER

how many locally declared static methods does this class contain?
NATIVE_METHODS NUMBER

Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      NAME
,      INTERFACES
,      INNER_CLASSES
,      FIELDS
,      STATIC_FIELDS
,      METHODS
,      STATIC_METHODS
,      NATIVE_METHODS
FROM SYS.DBA_JAVA_LAYOUTS;

Dependencies

[top of page]

SYS.DBA_JAVA_LAYOUTS references the following:

SchemaSYS
TableJAVASNM$
TableOBJ$
TableUSER$
SYS.DBA_JAVA_LAYOUTS is referenced by following:

SchemaPUBLIC
SynonymDBA_JAVA_LAYOUTS