tibasAction_GetTuple()

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

Declaration

tibas_status tibasAction_GetTuple
     (tibasAction action,
     tibasTuple* tuple)

Parameters

Parameter Description
action The Action object on which the operation is performed.
tuple Where the tuple will be returned.

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.