tibasSpaceEvent_GetOldTuple()

For a put event, returns the tuple associated with the event and updates the hash table for the space.

Declaration

tibas_status tibasSpaceEvent_GetOldTuple(
    tibasSpaceEvent spaceEvent,
    tibasTuple* oldTuple)

Parameters

Parameter Description
spaceEvent Specify the event
oldTuple Returns the tuple associated with a PUT event.

Remarks

Use the tibasSpaceEvent_GetOldTuple() function to return the tuple associated with a put event.

Calling tibasSpaceEvent_GetOldTuple() also causes the hash table for the space to be updated.