Note
OceanBase Database does not support this view.
Purpose
This view displays the method parameters of objects in the current tenant.
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 one method from another with the same name. Do not confuse this number with the object ID. |
| PARAM_NAME | VARCHAR2(30) | NO | The name of the parameter. |
| PARAM_NO | NUMBER | NO | The number of the parameter. |
| PARAM_MODE | VARCHAR2(6) | NO | The mode of the parameter. Valid values: IN, OUT, and IN OUT. |
| 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 character set. The default value is NULL. |
References
ALL_METHOD_PARAMS
USER_METHOD_PARAMS
