DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_type_element_typedesc()
The
mi_type_element_typedesc()
function returns the type of the elements of a collection type.
Syntax
MI_TYPE_DESC *mi_type_element_typedesc(
td
)
MI_TYPE_DESC *td;
td
is a pointer to the type descriptor of the collection.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Usage
For example, this function could tell you that a collection type is a collection of integers.
Return Values
A pointer to the type descriptor of an element of the collection.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.