ALL_SQLJ_TYPE_METHODS describes the methods of the SQLJ object types accessible to the current user.
Related Views
DBA_SQLJ_TYPE_METHODS describes the methods of all SQLJ object types in the database.
USER_SQLJ_TYPE_METHODS describes the methods of the SQLJ object types owned by the current user. This view does not display the OWNER column.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 
  | 
 
  | 
 
  | 
 Owner of the type  | 
| 
 
  | 
 
  | 
 
  | 
 Name of the type  | 
| 
 
  | 
 
  | 
 
  | 
 Name of the method  | 
| 
 
  | 
 
  | 
 Name of the external variable  | 
|
| 
 
  | 
 
  | 
 
  | 
 Method number that distinguishes overloaded methods (not to be used as an ID number)  | 
| 
 
  | 
 
  | 
 Type of the method: 
  | 
|
| 
 
  | 
 
  | 
 
  | 
 Number of parameters to the method  | 
| 
 
  | 
 
  | 
 
  | 
 Number of results returned by the method  | 
| 
 
  | 
 
  | 
 Indicates whether the method is final (  | 
|
| 
 
  | 
 
  | 
 Indicates whether the method is instantiable (  | 
|
| 
 
  | 
 
  | 
 Indicates whether the method is overriding a supertype method (  | 
|
| 
 
  | 
 
  | 
 Indicates whether the method is inherited from a supertype (  | 
See Also: