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 : tibasAction_GetOps()

tibasAction_GetOps()
Function
Declaration
tibas_status tibasAction_GetOps
     (tibasAction action,
      tibasOpList* opList)
Purpose
For actions of the type TIBAS_ACTION_WRITE, returns a list of operations to apply to the persistence layer.
Parameters
 
Remarks
Use the tibasAction_GetOps() function to return a list of the operations to be carried out for a specified action.
Use this function in code that your application provides to implement shared all persistence.
See Also
tibasAction_GetType(), tibasAction_GetTuple(), tibasAction_GetSpace(), tibasAction_GetSpaceName()
 
 

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