MI_ROW *mi_save_set_insert(save_set, row)
MI_SAVE_SET *save_set;
MI_ROW *row;
Valid in Client LIBMI Application? | Valid in User-Defined Routine? |
---|---|
Yes | Yes |
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( ).
See also the descriptions of mi_next_row( ) and mi_save_set_delete( ).