[Home] [Help]
[Dependency Information]
| Object Name: | ALL_JAVA_IMPLEMENTS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
interfaces implemented by java classes accessible to the current user
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Yes | owner of the class |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, NAME
, INTERFACE_INDEX
, INTERFACE_NAME
FROM SYS.ALL_JAVA_IMPLEMENTS;
SYS
JAVASNM$
OBJ$
OBJAUTH$
SYSAUTH$
USER$
PUBLIC
ALL_JAVA_IMPLEMENTS
|
|
|
|