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

tibasOp_GetType()
Function
Declaration
tibas_status tibasOp_GetType
     (tibasOp op,
      tibas_opType* opType)
Purpose
Returns the type of a specified persistence operation.
Parameters
 
Remarks
Use the tibasOp_GetType() function to return the type of a specified persistence operation. The operation type can be one of the following:
TIBAS_OP_PUT The operation is a Put operation.
TIBAS_OP_TAKE The operation is a Take operation.
See Also
tibasOp_GetTuple(), tibasOp_GetOldTuple(), tibasOp_HasOldTuple(), tibasOp_Free()
 

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