Note
OceanBase Database does not support this view.
Purpose
This view displays the methods of the object types that the current user can access.
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. This value is used to distinguish between 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 | Indicates whether the method is a final method: |
| INSTANTIABLE | VARCHAR2(3) | NO | Indicates whether the method can be instantiated: |
| OVERRIDING | VARCHAR2(3) | NO | Indicates whether the method overrides a method of a supertype: |
| INHERITED | VARCHAR2(3) | NO | Indicates whether the method is inherited from a supertype: |
References
DBA_TYPE_METHODS
USER_TYPE_METHODS