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


Chapter 18 Tuple : Tuple Operations : tibasTuple_PutAll()

tibasTuple_PutAll()
Function
Declaration
tibas_status tibasTuple_PutAll(
tibasTuple tuple,
tibasTuple otherTuple)
Purpose
Puts a collection of fields into the tuple.
Parameter
 
The tuple in which the fields contained in othertuple will be put. If fields of the same name are contained in otherTuple, tuple’s fields will be overwritten with the corresponding values of the fields in otherTuple.
Remarks
Use the tibasTuple_PutAll() function to put a collection of fields into a specified tuple.
Merges the fields of the tuple specified as otherTuple into the tuple specified as tuple. If the field name of the incoming tuple matches the field inside the current tuple, the value of the field in the current tuple is overwritten with the value of the field from the incoming tuple.
See Also
tibasTuple_GetFieldNames()
 

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