Returns the binary large object (BLOB) value stored in the field with the specified name.
      Declaration
tibas_status tibasTuple_GetBlob
(tibasTuple  tuple,
char**       value,
tibas_int*   length,
const char*  fieldname)
 
      Parameter
               
               
               
                  
                     | Parameter | 
                     Description | 
                  
               
               
                  
                     | tuple | 
                     Specify the tuple for which you want to return a blob value. | 
                  
                  
                     | value | 
                     The blob value returned by the function. The program must not modify or free the blob. 
 | 
                  
                  
                     | length | 
                     The length of the return value. | 
                  
                  
                     | fieldname | 
                     The fieldname. | 
                  
               
            
 
 
      Remarks	
Use the tibasTuple_GetBlob() function to return the blob value stored in a specified field in a specified tuple.
 
      See Also	
tibasTuple_GetChar(), tibasTuple_GetShort(), tibasTuple_GetInt(), tibasTuple_GetLong(), tibasTuple_GetLong(), tibasTuple_GetFloat(), tibasTuple_GetFloat(), tibasTuple_GetDouble(), tibasTuple_GetString(), tibasTuple_GetDateTime(), tibasTuple_GetBoolean()
 
    
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.