Note
OceanBase Database does not support this view.
Purpose
This view displays the method parameters of the object types accessible to the current user.
Applicability
This view is available only in Oracle mode of OceanBase Database.
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 number of the method. This number differentiates between overloaded methods with the same name. Do not confuse this with the object ID. |
| PARAM_NAME | VARCHAR2(30) | NO | The name of the parameter. |
| PARAM_NO | NUMBER | NO | The number of the parameter (positive integer). |
| PARAM_MODE | VARCHAR2(6) | NO | The mode of the parameter. Valid values:
|
| PARAM_TYPE_MOD | VARCHAR2(7) | NO | Indicates whether the parameter references another object. |
| PARAM_TYPE_OWNER | VARCHAR2(30) | NO | The owner of the parameter type. |
| PARAM_TYPE_NAME | VARCHAR2(30) | NO | The name of the parameter type. |
| CHARACTER_SET_NAME | VARCHAR2(44) | NO | The default value is NULL. |
References
DBA_METHOD_PARAMS
USER_METHOD_PARAMS
