Note
Currently, no relevant functions are supported for this view in OceanBase Database.
Purpose
Purpose This view displays the methods of the object types owned by the current user, excluding the OWNER field. The column information is the same as that in the ALL_TYPE_METHODS view.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| TYPE_NAME | VARCHAR2(30) | NO | Type |
| METHOD_NAME | VARCHAR2(30) | NO | Method name. |
| METHOD_NO | NUMBER | NO | Specifies the method number to distinguish overload methods. |
| METHOD_TYPE | VARCHAR2(6) | NO | Method type: |
| PARAMETERS | NUMBER | NO | The number of method parameters. |
| RESULTS | NUMBER | NO | The number of items returned by the method. |
| FINAL | VARCHAR2(3) | NO | Indicates whether this method is final: |
| INSTANTIABLE | VARCHAR2(3) | NO | Indicates whether the method is instantiable: |
| OVERRIDING | VARCHAR2(3) | NO | Indicates whether this method overrides a method from a supertype: |
| INHERITED | VARCHAR2(3) | NO | Indicates whether this method is inherited from a supertype: |
References
DBA_TYPE_METHODS
ALL_TYPE_METHODS