Note
This view is not supported by OceanBase Database.
Purpose
This view displays the methods of the object types accessible to the current user.
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 | 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
