Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 18 Tuple : Tuple Operations : tibasTuple_GetBoolean()

tibasTuple_GetBoolean()
Function
Declaration
tibas_status tibasTuple_GetBoolean
(tibasTuple    tuple,
tibas_boolean* value,
const char*    fieldname)
Purpose
Returns the boolean value stored in the field with the specified name.
Parameters
 
Remarks
Use the tibasTuple_GetBoolean() function to return the value of a boolean field in a specified tuple.
The function returns TIBAS_TRUE if the boolean value is 1, and returns TIBAS_FALSE if the boolean value is 0.
See Also
tibasTuple_GetChar(), tibasTuple_GetShort(), tibasTuple_GetInt(), tibasTuple_GetLong(), tibasTuple_GetLong(), tibasTuple_GetFloat(), tibasTuple_GetFloat(), tibasTuple_GetDouble(), tibasTuple_GetString(), tibasTuple_GetDateTime(), tibasTuple_GetBlob()

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved