MI_TYPE_DESC *mi_typename_to_typedesc(conn, type_lvname) MI_CONNECTION *conn; mi_lvarchar *type_lvname;
Valid in Client LIBMI Application? | Valid in User-Defined Routine? |
---|---|
Yes | Yes |
The mi_typename_to_typedesc( ) function converts the name of the data type in the varying-length structure that type_lvname references into a type descriptor. For a list of SQL data type names, see the IBM Informix: DataBlade API Programmer's Guide.
See also the descriptions of mi_type_typedesc( ), mi_typename_to_id( ), and mi_typestring_to_typedesc( ).