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


Chapter 18 Tuple : Tuple Operations : tibasTuple_PutDouble()

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

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