3.131 ALL_TYPES
ALL_TYPES
describes the object types accessible to the current user.
Related Views
-
DBA_TYPES
describes all object types in the database. -
USER_TYPES
describes the object types owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the type |
|
|
|
Name of the type |
|
|
|
Object identifier (OID) 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 ( |
|
|
|
Indicates whether the type is a persistable 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 |
|
|
|
Type ID value of the type |
See Also: