Stores a binary large object (BLOB) value in a specified field in a specified tuple.
      Declaration
tibas_status tibasTuple_PutBlob
(tibasTuple   tuple,
const char*   fieldname,
char*         value,
tibas_int     length)
Parameter
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | tuple | Specify the tuple into which you want to put a boolean value. | 
                  
                     | fieldname | The fieldname. | 
                  
                     | value | A pointer to the start of the string of bytes making up the blob value. | 
                  
                     | length | The length in number of bytes of the blob value. | 
               
            
Remarks	
Use the tibasTuple_PutBlob() function to put a specified blog value in a specified field in a specified tuple.
Copyright © Cloud Software Group, Inc. All rights reserved.