Note
OceanBase Database does not support the features related to this view.
Purpose
This view displays the methods of the object types owned by the current user. The column information is the same as that in the ALL_TYPE_METHODS view, except that this view does not contain the OWNER column.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| 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
ALL_TYPE_METHODS
