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

mi_save_set_insert()

The mi_save_set_insert() function appends a copy of a row at the end of the specified save set.

Syntax

Usage

The mi_save_set_insert() function inserts a row into the save set that save_set references. Because the DataBlade API maintains a save set as an FIFO (first-in, first-out) queue, mi_save_set_insert() appends the new row to the end of the save set. This save set must have been previously created with mi_save_set_create().

Return Values

MI_ROW * is a pointer to the copy of row that is being appended to the save set. The application can use this pointer to access the row.
NULL indicates that the function was not successful.

Related Topics

See the descriptions of the following functions: mi_next_row() and mi_save_set_delete().


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