tibasTuple_GetChar()

Returns the char value stored in a field with the specified name.

Declaration

tibas_status tibasTuple_GetChar
(tibasTuple tuple,
char*       value,
const char* fieldname)

Parameters

Parameter Description
tuple Specify the tuple for which you want to return a character value.
value The char value returned by the function.
fieldname The field name.

Remarks

Use the tibasTuple_GetChar() function to return the char value stored in a specified field in a specified tuple.