tibasTuple_GetFieldType()

Returns the type of the specified field.

Declaration

tibas_status tibasTuple_GetFieldType
(tibasTuple tuple,
tibas_type*  fieldType,
const char*  fieldName)

Parameter

Parameter Description
tuple The tuple on which the function is invoked.
fieldType The type of the field returned by the function.
fieldNames The fieldnames used by the function.

Remarks

Use the tibasTuple_GetFieldType() function to return the data type of a specified field in a specified tuple.