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

mi_row_desc_create()

The mi_row_desc_create() function creates a row descriptor from a specified type identifier.

Syntax

Usage

The mi_row_desc_create() function creates a row descriptor for the row type that the typeid type identifier specifies. This function is the constructor function for the row descriptor. It allocates a new row descriptor with the current memory duration.

Return Values

MI_ROW_DESC * is a pointer to a row descriptor for the specified data type.
NULL indicates that the function was not successful.

Related Topics

See the descriptions of the following functions: mi_row_create() and mi_row_desc_free().


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