Returns the string value stored in the field with the specified name.
      Declaration
tibas_status tibasTuple_GetString
(tibasTuple  tuple,
char**       value,
const char*  fieldname)
 
      Parameters
               
               
               
                  
                     | Parameter | 
                     Description | 
                  
               
               
                  
                     | tuple | 
                     Specify the tuple for which you want to return a string value. | 
                  
                  
                     | value | 
                     The string value returned by the function. The program must not modify or free the string, as it is owned by the tuple object. 
 | 
                  
                  
                     | fieldname | 
                     The field name. | 
                  
               
            
 
 
      Remarks	
Use the tibasTuple_GetString() function to return the string 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_GetBoolean(), tibasTuple_GetDateTime(), tibasTuple_GetBlob()
 
    
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.