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


Chapter 18 Tuple : Tuple Operations : tibasTuple_PutBlob()

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

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