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

mi_save_set_destroy()

The mi_save_set_destroy() function destroys the specified save set and frees its resources.

Syntax

Usage

The mi_save_set_destroy() function frees resources for the save set that the save_set save-set structure references. This function is the destructor function for a save set. This save set must have been previously created with mi_save_set_create(). It is an error to attempt to access rows in a save set that was destroyed.

Important: Informix recommends that you explicitly deallocate save sets with mi_save_set_destroy() once you no longer need them. Otherwise, these save sets remain until the associated session ends.

Return Values

MI_OK indicates that the function was successful.
MI_ERROR indicates that the function was not successful.

Related Topics

See the description of the mi_save_set_create() function.


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