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

tibasAction_GetTuple()
Function
Declaration
tibas_status tibasAction_GetTuple
     (tibasAction action,
     tibasTuple* tuple)
Purpose
For actions of the type TIBAS_ACTION_READ, returns a tuple containing the key fields for the tuple that needs to be retrieved from the persistence layer
Parameters
 
Remarks
When processing actions of the type TIBAS_ACTION_READ, use the tibasAction_GetTuple() function to return a tuple containing the key fields for the tuple that needs to be retrieved from the persistence layer.
See Also
tibasAction_GetOps()
 

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