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


Chapter 18 Tuple : Tuple Operations : tibasTuple_PutString()

tibasTuple_PutString()
Function
Declaration
tibas_status tibasTuple_PutString
(tibasTuple  tuple,
const char*  fieldname,
char*        value)
Purpose
Stores a string value in a specified field in a specified tuple.
Parameter
 
Remarks
Use the tibasTuple_PutString() function to put a specified string value in a specified field in a specified tuple.
See Also
tibasTuple_PutChar(), tibasTuple_PutShort(), tibasTuple_PutInt(), tibasTuple_PutLong(), tibasTuple_PutFloat(), tibasTuple_PutDouble(), tibasTuple_PutBoolean(), tibasTuple_PutDateTime()tibasTuple_PutBlob()
 

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