Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetIndexByUID

Retrieve the index handle given the index UID

Declaration

CTHANDLE ctdbGetIndexByUID(CTHANDLE Handle, ULONG uid)

Description

ctdbGetIndexByUID() retrieves the index handle given the index unique identifier, uid.

  • Handle [in] the Table Handle.
  • uid [in] the Index uid number.

Returns

ctdbGetIndexByUID() returns index handle on success, or NULL on failure.

See also

ctdbGetIndexNbr(), ctdbGetIndexNbrByName()

TOCIndex