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_HasOldTuple()

tibasOp_HasOldTuple()
Function
Declaration
tibas_status tibasOp_HasOldTuple
(tibasOp op)
Purpose
For applicable to Ops of the type TIBAS_OP_PUT, indicates whether the put operation overwrote and existing tuple.
Parameters
 
Remarks
Use tibasOp_HasOldTuple() function to determine whether a TIBAS_OP_PUT operation overwrote and existing tuple.
The function returns TIBAS_TRUE if the put that triggered this Op overwrote (was an update) an existing tuple in the space or TIBAS_FALSE if the put that triggered this Op did not overwrite an existing tuple in the space (was an insert).
See Also
tibasOp_GetOldTuple(), tibasOp_GetType()
 

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