informix
Informix DataBlade API Programmer's Manual
DataBlade API Function Descriptions

mi_func_negator()

The mi_func_negator() function obtains the name of a negator function for the user-defined function associated with a function descriptor.

Syntax

Usage

The mi_func_negator() function obtains the name of the negator function for the user-defined function associated with the funcdesc_ptr function descriptor. A negator function evaluates the Boolean NOT condition for its associated Boolean user-defined function. When you register a Boolean user-defined function, you can associate a negator function with the user-defined function. Specify the negator function with the NEGATOR routine modifier of the CREATE FUNCTION statement.

Return Values

char * is a pointer to the name of the negator function for the user-defined function that the funcdesc_ptr function descriptor identifies.
NULL indicates that the function was not successful.

Related Topics

See the descriptions of the following functions: mi_cast_get(), mi_func_handlesnulls(), mi_func_isvariant(), mi_routine_get(), mi_routine_get_by_typeid(), and mi_td_cast_get().

For more information, see Checking for a Negator Function.


Informix DataBlade API Programmer's Manual, Version 9.2
Copyright © 1999, Informix Software, Inc. All rights reserved