ctdbGetIndexNullFlag
Retrieve the null key flag for this index
Declaration
CTBOOL ctdbGetIndexNullFlag(CTHANDLE Handle)
Description
ctdbGetIndexNullFlag() retrieves the null key flag for this index. Use ctdbSetIndexNullFlag() to set the null key flag for the desired index.
Returns
ctdbGetIndexNullFlag() returns the null key flag (YES or NO).
See also
ctdbAllocIndex(), ctdbSetIndexNullFlag()