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

mi_collection_fetch()

The mi_collection_fetch() function fetches an element of a collection.

Syntax

Usage

The mi_collection_fetch() function raises an exception for a bad argument, such as a null connection.

Return Values

MI_NULL_VALUE

The returned data is NULL.

MI_END_OF_DATA

No more data remains to be fetched, or the jump position is past the last element.

MI_ERROR

The connection handle is invalid.

MI_ROW_VALUE

The fetched element is a row.

MI_COLLECTION_VALUE

The fetched element is a collection.

MI_NORMAL_VALUE

Execution of the function was successful.

Related Topics

For additional information, see "Collections" and "MI_DATUM Values".




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