tibasTuple_GetInt()

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

Declaration

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

Parameters

Parameter Description
tuple Specify the tuple for which you want to return an integer value.
value The int value returned by the function.
fieldname The fieldname.

Remarks

Use the tibasTuple_GetInt() function to return the integer value stored in a specified field in a specified tuple.