DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_save_set_member()
The
mi_save_set_member()
function reports whether the specified row is a member of any save set.
Syntax
mi_integer mi_save_set_member(
row
)
MI_ROW *row;
row
is an
MI_ROW
pointer representing a row of data.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Return Values
On success, returns
1
if the row is a member of a save set, and
0
if it is not. On failure, returns
MI_ERROR
.
Related Topics
For additional information, see the descriptions of the following functions:
mi_save_set_count()
,
mi_save_set_create()
,
mi_save_set_get_first()
,
mi_save_set_get_next()
,
mi_save_set_get_previous()
, and
mi_save_set_insert()
.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.