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

mi_get_statement_row_desc()

The mi_get_statement_row_desc() function obtains the row descriptor for a prepared statement.

Syntax

Usage

The mi_get_statement_row_desc() function obtains the row descriptor from the statement descriptor that stmt_desc references. This row descriptor contains information for the columns in the prepared statement. From this row descriptor, you can use the row-accessor functions to obtain information about the prepared-statement columns.

Return Values

MI_ROW_DESC * is a pointer that corresponds to the input statement.
NULL indicates that the function was not successful.

Related Topics

See the description of the following functions: mi_column_count(), mi_column_id(), mi_column_name(), mi_column_nullable(), mi_column_precision(), mi_column_scale(), mi_column_type_id(), mi_column_typedesc(), and mi_prepare().


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