Table: DBA_SQLJ_TYPE_METHODS
Description of methods of all types in the database
| Column Name | Description |
|---|---|
| EXTERNAL_VAR_NAME | Name of the external variable |
| FINAL | Is the method final ? |
| INHERITED | Is the method inherited from the supertype ? |
| INSTANTIABLE | Is the method instantiable ? |
| METHOD_NAME | Name of the method |
| METHOD_NO | Method number for distinguishing overloaded method (not to be used as ID number) |
| METHOD_TYPE | Type of the method |
| OVERRIDING | Is the method overriding a supertype method ? |
| OWNER | Owner of the type |
| PARAMETERS | Number of parameters to the method |
| RESULTS | Number of results returned by the method |
| TYPE_NAME | Name of the type |