tibasTuple_GetString()

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.