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


VIEW: SYS.CDB_TYPE_METHODS

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

Description of methods of all types in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the type
TYPE_NAME VARCHAR2 (30) 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 ?
CON_ID NUMBER

container id
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
,      CON_ID
FROM SYS.CDB_TYPE_METHODS;

Dependencies

[top of page]

SYS.CDB_TYPE_METHODS does not reference any database object

SYS.CDB_TYPE_METHODS is referenced by following:

SchemaPUBLIC
SynonymCDB_TYPE_METHODS