Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

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.

  • Handle [in] the index handle.

Returns

ctdbGetIndexNullFlag() returns the null key flag (YES or NO).

See also

ctdbAllocIndex(), ctdbSetIndexNullFlag()

TOCIndex