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_METHOD_RESULTS

ALL_METHOD_RESULTS describes the method results 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 For an overloaded method, a number distinguishing this method from others of the same. Do not confuse this number with the object ID.
RESULT_TYPE_MOD VARCHAR2(7) NOT NULL Whether this result is a REF to another object
RESULT_TYPE_OWNER VARCHAR2(30)   Owner of the type of the result
RESULT_TYPE_NAME VARCHAR2(30)   Name of the type of the result
CHARACTER_SET_NAME VARCHAR2(44)   Whether the character set or the method is fixed-length character set (CHAR_CS) or fixed-length national character set (NCHAR_CS), or a particular character set specified by the user