ALL_METHOD_PARAMS
describes the method parameters of the object types accessible to the current user.
Related Views
DBA_METHOD_PARAMS
describes the method parameters of all object types in the database.
USER_METHOD_PARAMS
describes the method parameters of the object types owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the type |
|
|
|
Name of the type |
|
|
|
Name of the method |
|
|
|
For an overloaded method, a number distinguishing this method from others of the same. Do not confuse this number with the object ID. |
|
|
|
Name of the parameter |
|
|
|
Parameter number (position) |
|
|
Mode of the parameter ( |
|
|
|
Whether this parameter is a |
|
|
|
Owner of the type of the parameter |
|
|
|
Name of the type of the parameter |
|
|
|
Whether the character set or the method is fixed-length character set ( |
See Also: