|
The mi_type_typename() function obtains the name of a data type from its type descriptor.
The mi_type_typename() function obtains the data type name from the type descriptor that type_desc references. For extended data types, the name is the value of the name column of the sysxtdtypes system catalog table.
| mi_string * | is the name of the data type in the type_desc type descriptor. |
| NULL | indicates that the function was not successful. |
See the descriptions of the following functions: mi_type_align(), mi_type_byvalue(), mi_type_element_typedesc(), mi_type_full_name(), mi_type_length(), mi_type_maxlength(), mi_type_owner(), mi_type_precision(), mi_type_qualifier(), mi_type_scale(), mi_type_typedesc(), and mi_typedesc_typeid().