tibasTuple_PutLong()

Stores a long value in a specified tuple with a specified fieldname.

Declaration

tibas_status tibasTuple_PutLong
(tibasTuple tuple,
const char*  fieldname,
tibas_long   value)

Parameter

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

Remarks

Use the tibasTuple_PutLong() function to put a specified long value in a specified field in a specified tuple.