|
OWNER |
VARCHAR2(30) |
|
Owner of the type |
|
TYPE_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the type |
|
TYPE_OID |
RAW(16) |
NOT NULL |
Object identifier |
|
EXTERNAL_NAME |
VARCHAR2(4000) |
|
External class name of the type |
|
USING |
VARCHAR2(21) |
|
Representation of the type |
|
TYPECODE |
VARCHAR2(30) |
|
Typecode of the type |
|
ATTRIBUTES |
NUMBER |
|
Number of attributes (if any) in the type |
|
METHODS |
NUMBER |
|
Number of methods (if any) in the type |
|
PREDEFINED |
VARCHAR2(3) |
|
Identifies whether or not a type is predefined |
|
INCOMPLETE |
VARCHAR2(3) |
|
Identifies whether or not a type is incomplete |
|
FINAL |
VARCHAR2(3) |
|
Identifies whether or not a type is final |
|
INSTANTIABLE |
VARCHAR2(3) |
|
Identifies whether or not a type is instantiable |
|
SUPERTYPE_OWNER |
VARCHAR2(30) |
|
Owner of the supertype (null if type is not a subtype) |
|
SUPERTYPE_NAME |
VARCHAR2(30) |
|
Name of the supertype (null if type is not a subtype) |
|
LOCAL_ATTRIBUTES |
NUMBER |
|
Number of local (not inherited) attributes (if any) in the subtype |
|
LOCAL_METHODS |
NUMBER |
|
Number of local (not inherited) methods (if any) in the subtype |