Note
This view is not supported by OceanBase Database.
Purpose
This view displays the methods of object types in the current tenant.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| OWNER | VARCHAR2(30) | NO | The owner of the type. |
| TYPE_NAME | VARCHAR2(30) | NO | The name of the type. |
| METHOD_NAME | VARCHAR2(30) | NO | The name of the method. |
| METHOD_NO | NUMBER | NO | The method number, which is used to distinguish overloaded methods. |
| METHOD_TYPE | VARCHAR2(6) | NO | The method type. Valid values:
|
| PARAMETERS | NUMBER | NO | The number of method parameters. |
| RESULTS | NUMBER | NO | The number of method return values. |
| FINAL | VARCHAR2(3) | NO | YES indicates that the method is a final method.
|
| INSTANTIABLE | VARCHAR2(3) | NO | YES indicates that the method can be instantiated.
|
| OVERRIDING | VARCHAR2(3) | NO | YES indicates that the method overrides a method of a supertype.
|
| INHERITED | VARCHAR2(3) | NO | YES indicates that the method is inherited from a supertype.
|
References
ALL_TYPE_METHODS
USER_TYPE_METHODS
