DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_TYPE_METHODS

Object Details
Object Name: DBA_TYPE_METHODS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Description of methods of all types in the database

[View Source]

Columns
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 ?
Query Text

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;

Dependencies

[top of page]

SYS.DBA_TYPE_METHODS references the following:

SchemaSYS
TableMETHOD$
TableUSER$
View_CURRENT_EDITION_OBJ
SYS.DBA_TYPE_METHODS is referenced by following:

SchemaAPPS
Package BodyETRM_PNAV - show dependent code
SchemaPUBLIC
SynonymDBA_TYPE_METHODS