tibasTuple_PutInt()

Stores an integer value in the field with the specified name.

Declaration

tibas_status tibasTuple_PutInt
(tibasTuple  tuple,
const char*   fieldname,
tibas_int     value)

Parameter

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

Remarks

Use the tibasTuple_PutInt() function to put a specified integer value in a specified field in a specified tuple.