[Home] [Help]
[Dependency Information]
| Object Name: | DBA_TYPE_METHODS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Description of methods of all types in the database
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Yes | Owner of the type |
| TYPE_NAME | VARCHAR2 | (128) | Yes | Name of the type |
| METHOD_NAME | VARCHAR2 | (128) | Yes | Name of the method |
| METHOD_NO | NUMBER | Yes | Method number for distinguishing overloaded method (not to be used as ID number) | |
| METHOD_TYPE | VARCHAR2 | (6) | Type of the method | |
| PARAMETERS | NUMBER | Yes | Number of parameters to the method | |
| RESULTS | NUMBER | Yes | Number of results returned by the method | |
| FINAL | VARCHAR2 | (3) | Is the method final ? | |
| INSTANTIABLE | VARCHAR2 | (3) | Is the method instantiable ? | |
| OVERRIDING | VARCHAR2 | (3) | Is the method overriding a supertype method ? | |
| INHERITED | VARCHAR2 | (3) | Is the method inherited from the supertype ? |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, TYPE_NAME
, METHOD_NAME
, METHOD_NO
, METHOD_TYPE
, PARAMETERS
, RESULTS
, FINAL
, INSTANTIABLE
, OVERRIDING
, INHERITED
FROM SYS.DBA_TYPE_METHODS;
SYS
METHOD$
USER$
_CURRENT_EDITION_OBJ
APPS
ETRM_PNAV
- show dependent code
PUBLIC
DBA_TYPE_METHODS
|
|
|
|