tibasTuple_PutShort()

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

Declaration

tibas_status tibasTuple_PutShort
(tibasTuple  tuple,
const char*   fieldname,
tibas_short   value)

Parameter

Parameter Description
tuple v
fieldname The fieldname.
value The short value to store in the fieldname.

Remarks

Use the tibasTuple_PutShort() function to put a specified short value in a specified field in a specified tuple.