Home | Previous Page | Next Page   Descriptor Function Reference > Accessor Functions >

mi_qual_handlenull()

The mi_qual_handlenull() function determines if the strategy function can accept NULL arguments.

Syntax

mi_boolean mi_qual_handlenull(MI_AM_QUAL_DESC *qualDesc)
qualDesc
points to the qualification descriptor.

Usage

The database server indicates that a UDR can accept NULL-valued arguments if the CREATE FUNCTION statement specified the HANDLESNULLS routine modifier.

Return Values

MI_TRUE indicates that the function handles NULL values. MI_FALSE indicates that the function does not handle NULL values.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]