[Home] [Help]
[Dependency Information]
| Object Name: | CDB_JAVA_IMPLEMENTS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
interfaces implemented by all java classes in all containers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (30) | 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 column INTERFACE_INDEX | |
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, NAME
, INTERFACE_INDEX
, INTERFACE_NAME
, CON_ID
FROM SYS.CDB_JAVA_IMPLEMENTS;
SYS.CDB_JAVA_IMPLEMENTS does not reference any database object
SYS.CDB_JAVA_IMPLEMENTS is referenced by following:
PUBLIC
CDB_JAVA_IMPLEMENTS
|
|
|
|