tibasOp_GetOldTuple()

For Ops of the type TIBAS_OP_PUT, returns the oldTuple that was overwritten (updated) by the put if there was one, or NULL (if the put was an insert).

Declaration

tibas_status tibasOp_GetOldTuple
     (tibasOp     op,
      tibasTuple* oldTuple)

Parameters

Parameter Description
op The Op object on which the operation is performed.
oldTuple Where the old tuple that was overwritten (updated) by the put is returned.

Remarks

Use the tibasOp_GetOldTuple() function to return the value that was written by a Put operation. You can use this function in application code to process a TIBAS_OP_PUT.