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

mi_type_element_typedesc()

The mi_type_element_typedesc() function obtains the type descriptor for the elements of a collection data type from its type descriptor.

Syntax

Usage

Valid collection data types are LIST, SET, and MULTISET. For example, this function could tell you that a collection type is a collection of integers.

Return Values

MI_TYPE_DESC * is a pointer to the type descriptor for the element type of the collection data type.
NULL indicates that the function was not successful.

Related Topics

See the descriptions of the following functions: mi_type_align(), mi_type_byvalue(), mi_type_full_name(), mi_type_length(), mi_type_maxlength(), mi_type_owner(), mi_type_precision(), mi_type_qualifier(), mi_type_scale(), mi_type_typename(), and mi_typedesc_typeid().


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