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


VIEW: SYS.ALL_SQLJ_TYPE_METHODS

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

Description of methods of types accessible to the user

[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
EXTERNAL_VAR_NAME VARCHAR2 (4000)
Name of the external variable
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
,      EXTERNAL_VAR_NAME
,      METHOD_NO
,      METHOD_TYPE
,      PARAMETERS
,      RESULTS
,      FINAL
,      INSTANTIABLE
,      OVERRIDING
,      INHERITED
FROM SYS.ALL_SQLJ_TYPE_METHODS;

Dependencies

[top of page]

SYS.ALL_SQLJ_TYPE_METHODS references the following:

SchemaSYS
TableMETHOD$
TableOBJAUTH$
TableTYPE$
TableUSER$
View_CURRENT_EDITION_OBJ
SYS.ALL_SQLJ_TYPE_METHODS is referenced by following:

SchemaPUBLIC
SynonymALL_SQLJ_TYPE_METHODS