Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 25      Persister, Action, Op, OpList, ActionResult, LogLevel, and Recovery Functions : Action, Op, OpList, ActionResult, Invocable, and LogFile Operations : tibasOp_GetOldTuple()

tibasOp_GetOldTuple()
Function
Declaration
tibas_status tibasOp_GetOldTuple
     (tibasOp     op,
      tibasTuple* oldTuple)
Purpose
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).
Parameters
 
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.
See Also
tibasAction_GetOps(), tibasOp_GetType(), tibasOp_HasOldTuple()
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved