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


VIEW: SYS.CDB_JAVA_LAYOUTS

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

class layout information for all java classes in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) 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

CON_ID NUMBER

container id
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
,      CON_ID
FROM SYS.CDB_JAVA_LAYOUTS;

Dependencies

[top of page]

SYS.CDB_JAVA_LAYOUTS does not reference any database object

SYS.CDB_JAVA_LAYOUTS is referenced by following:

SchemaPUBLIC
SynonymCDB_JAVA_LAYOUTS