tibasTuple_GetShort()

Returns the short value stored in the field with the specified name.

Declaration

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

Parameters

Parameter Description
tuple Specify the tuple for which you want to return a short value.
value The short value returned by the function.
fieldname The fieldname.

Remarks

Use the tibasTuple_GetShort() function to return the short value stored in a specified field in a specified tuple.