Table: USER_JAVA_DERIVATIONS
this view maps java source objects and their derived java class objects and java resource objects for the java class owned by user
| Column Name | Description |
|---|---|
| CLASS_INDEX | index of the derived java class object |
| CLASS_NAME | name of the derived java class object |
| RESOURCE_INDEX | index of the derived java resource object |
| RESOURCE_NAME | name of the derived java resource object |
| SOURCE_NAME | name of the java source object |