Note
OceanBase Database does not support the view.
Purpose
This view displays the parameters of the method used to obtain the object types in the current tenant.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| OWNER | VARCHAR2(30) | NO | Type |
| TYPE_NAME | VARCHAR2(30) | NO | Type name. |
| METHOD_NAME | VARCHAR2(30) | NO | Method name |
| METHOD_NO | NUMBER | NO | For overloaded methods, this number distinguishes another method that has 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 | Parameter number (positive number) |
| PARAM_MODE | VARCHAR2(6) | NO | Parameter mode (IN, OUT, 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 | NULL |
References
ALL_METHOD_PARAMS
USER_METHOD_PARAMS