INFORMIX
DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home Contents Index Master Index New Book

mi_get_row_desc_from_type_desc()

The mi_get_row_desc_from_type_desc() function gets a row descriptor that is associated with the specified type descriptor.

Syntax

Usage

A row descriptor is an MI_ROW_DESC structure that describes the structure of a row of data.

The mi_get_row_desc_from_type_desc() function is useful for processing returned row data, especially when not all the rows returned by a query have the same size and structure.

Return Values

On success, the mi_get_row_desc_from_type_desc() function returns the row associated with the specified row descriptor. On failure, this function returns NULL.

Related Topics

For additional information, see the descriptions of the following functions: mi_get_row_desc and mi_get_row_desc_without_row().




DataBlade API Programmer's Manual, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.