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


VIEW: SYS.ALL_JAVA_LAYOUTS

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

class layout information for java classes accessible to the current user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes owner of the class
NAME VARCHAR2 (4000)
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.ALL_JAVA_LAYOUTS;

Dependencies

[top of page]

SYS.ALL_JAVA_LAYOUTS references the following:

SchemaSYS
TableJAVASNM$
TableOBJ$
TableOBJAUTH$
TableSYSAUTH$
TableUSER$
SYS.ALL_JAVA_LAYOUTS is referenced by following:

SchemaPUBLIC
SynonymALL_JAVA_LAYOUTS