Skip Headers
Oracle® Database Reference
10g Release 2 (10.2)

Part Number B14237-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ALL_TYPE_METHODS

ALL_TYPE_METHODS describes the methods of the object types accessible to the current user.

Related Views

Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL Owner of the type
TYPE_NAME VARCHAR2(30) NOT NULL Name of the type
METHOD_NAME VARCHAR2(30) NOT NULL Name of the method
METHOD_NO NUMBER NOT NULL Method number for distinguishing overloaded method (not to be used as ID number)
METHOD_TYPE VARCHAR2(6)   Type of the method
PARAMETERS NUMBER NOT NULL Number of parameters to the method
RESULTS NUMBER NOT NULL Number of results returned by the method
FINAL VARCHAR2(3)   Indicates whether the method is final (YES) or not (NO)
INSTANTIABLE VARCHAR2(3)   Indicates whether the method is instantiable (YES) or not (NO)
OVERRIDING VARCHAR2(3)   Indicates whether the method is overriding a supertype method (YES) or not (NO)
INHERITED VARCHAR2(3)   Indicates whether the method is inherited from a supertype (YES) or not (NO)