Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetIndexTemporaryFlag

Retrieve the flag that indicates this index as temporary.

Declaration

CTBOOL ctdbGetIndexTemporaryFlag(CTHANDLE Handle)

Description

ctdbGetIndexTemporaryFlag() retrieves the flag that indicates this index as temporary. Use ctdbSetIndexTemporaryFlag() to set the temporary flag for this index.

  • Handle [in] the index handle.

Returns

ctdbGetIndexTemporaryFlag() returns the temporary flag (YES or NO).

See also

ctdbAllocIndex(), ctdbSetIndexTemporaryFlag()

TOCIndex