ALL_SQLJ_TYPES describes the SQLJ object types accessible to the current user.
Related Views
DBA_SQLJ_TYPES describes all SQLJ object types in the database.
USER_SQLJ_TYPES describes 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  | 
| 
 
  | 
 
  | 
 
  | 
 Object identifier (OID) of the type  | 
| 
 
  | 
 
  | 
 External class name of the type  | 
|
| 
 
  | 
 
  | 
 Representation of the type: 
  | 
|
| 
 
  | 
 
  | 
 Typecode of the type  | 
|
| 
 
  | 
 
  | 
 Number of attributes (if any) in the type  | 
|
| 
 
  | 
 
  | 
 Number of methods (if any) in the type  | 
|
| 
 
  | 
 
  | 
 Indicates whether the type is a predefined type (  | 
|
| 
 
  | 
 
  | 
 Indicates whether the type is an incomplete type (  | 
|
| 
 
  | 
 
  | 
 Indicates whether the type is a final type (  | 
|
| 
 
  | 
 
  | 
 Indicates whether the type is an instantiable type (  | 
|
| 
 
  | 
 
  | 
 Owner of the supertype (NULL if type is not a subtype)  | 
|
| 
 
  | 
 
  | 
 Name of the supertype (NULL if type is not a subtype)  | 
|
| 
 
  | 
 
  | 
 Number of local (not inherited) attributes (if any) in the subtype  | 
|
| 
 
  | 
 
  | 
 Number of local (not inherited) methods (if any) in the subtype  | 
See Also: