Table: DBA_JAVA_IMPLEMENTS
interfaces implemented by the stored java class
| Column Name | Description |
|---|---|
| INTERFACE_INDEX | index of the interfaces implemented by the stored java class |
| INTERFACE_NAME | name of the interface identified by the column INTERFACE_INDEX |
| NAME | name of the stored java class |
| OWNER | owner of the java stored class |