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


VIEW: SYS.USER_JAVA_LAYOUTS

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

class layout information java classes owned by the current user

[View Source]

Columns
Name Datatype Length Mandatory Comments
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

how many locally declared native methods does this class contain?
Query Text

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


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

Dependencies

[top of page]

SYS.USER_JAVA_LAYOUTS references the following:

SchemaSYS
TableJAVASNM$
TableOBJ$
SYS.USER_JAVA_LAYOUTS is referenced by following:

SchemaPUBLIC
SynonymUSER_JAVA_LAYOUTS