informix
Informix DataBlade API Programmer's Manual
DataBlade API Function Descriptions

mi_typename_to_id()

The mi_typename_to_id() function creates a type identifier for a data type, given the type name in LVARCHAR format.

Syntax

Usage

The mi_typename_to_id() function converts the name of the data type in the varying-length structure that type_lvname references into a type identifier.

Return Values

MI_TYPEID * is a pointer to the type identifier of the type_lvname data type.
NULL indicates that the function was not successful; a type identifier for type_lvname was not found.

Related Topics

See the descriptions of the following functions: mi_typedesc_typeid(), mi_typename_to_typedesc(), and mi_typestring_to_id().


Informix DataBlade API Programmer's Manual, Version 9.2
Copyright © 1999, Informix Software, Inc. All rights reserved