Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetIndexName

Retrieve the index name

Declaration

pTEXT ctdbGetIndexName(CTHANDLE Handle)

Description

ctdbGetIndexName() retrieves the index name.

  • Handle [in] the index handle.

Returns

ctdbGetIndexName() returns the pointer to the index name on success, or NULL on failure.

See also

ctdbAllocIndex(), ctdbGetSegmentNbr(), ctdbGetIndexNbrByName(), ctdbGetIndexNbr()

TOCIndex