MI_TYPEID *mi_typestring_to_id(conn, type_name) MI_CONNECTION *conn; mi_string *type_name;
Valid in Client LIBMI Application? | Valid in User-Defined Routine? |
---|---|
Yes | Yes |
The mi_typestring_to_id( ) function converts the name of the data type in the null-terminated string that type_name references into a type identifier. For a list of SQL data type names, see the IBM Informix: DataBlade API Programmer's Guide.
See also the descriptions of mi_typedesc_typeid( ), mi_typename_to_id( ), and mi_typestring_to_typedesc( ).