tibasSpace_UpdateTuples()

Takes a SQL like update statement and updates all the matching tuples.

Declaration

tibas_status tibasSpace_UpdateTuples(
    tibasSpace space,
    const char* filter);

Parameters

Parameter Description
space The TIBCO ActiveSpaces entity on which the function is invoked.
filter Specify a condition equivalent to an SQL statement based on which the updates happen.

Remarks

Use the tibasSpace_UpdateTuples() function to update a tuple based on a filter.