tibasOp_HasOldTuple()
For applicable to Ops of the type TIBAS_OP_PUT, indicates whether the put operation overwrote and existing tuple.
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).
Copyright © Cloud Software Group, Inc. All rights reserved.