tibasTuple_PutChar()

Stores a char value in the field with the specified name.

Declaration

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

Parameter

Parameter Description
tuple Specify the tuple into which you want to put a char value.
fieldname The fieldname.
value The char value to store in the fieldname.

Remarks

Use the tibasTuple_PutChar() function to put a specified boolean value in a specified field in a specified tuple.