Note
This view is not supported by OceanBase Database.
Purpose
This view shows the methods of object types for the current tenant.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| OWNER | VARCHAR2(30) | NO | 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 | Method number for overloaded methods. |
| METHOD_TYPE | VARCHAR2(6) | NO | Method type: |
| PARAMETER | NUMBER | NO | Number of method parameters |
| RESULTS | NUMBER | NO | The number of return results for a method. |
| FINAL | VARCHAR2(3) | NO | Indicates whether this method is FINAL: |
| INSTANTIABLE | VARCHAR2(3) | NO | Indicates whether the method can be instantiated. Valid values: YES and NO. |
| OVERRIDING | VARCHAR2(3) | NO | This column specifies whether this method overrides a method of a supertype. Valid values: |
| INHERITED | VARCHAR2(3) | NO | Indicates whether the method is inherited from a supertype: |
References
ALL_TYPE_METHODS
USER_TYPE_METHODS