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


VIEW: SYS.USER_JAVA_IMPLEMENTS

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

interfaces implemented by java classes owned by the current user

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (4000)
name of the class
INTERFACE_INDEX NUMBER

index of the interfaces implemented by the class
INTERFACE_NAME VARCHAR2 (4000)
name of the interface identified by the INTERFACE_INDEX
Query Text

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


SELECT NAME
,      INTERFACE_INDEX
,      INTERFACE_NAME
FROM SYS.USER_JAVA_IMPLEMENTS;

Dependencies

[top of page]

SYS.USER_JAVA_IMPLEMENTS references the following:

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

SchemaPUBLIC
SynonymUSER_JAVA_IMPLEMENTS