Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetIndexUID

Retrieve the index UID number.

Declaration

CTDBRET ctdbGetIndexUID(CTHANDLE Handle, pTEXT Name, pULONG puid)

Description

ctdbGetIndexUID() retrieves the index unique identifier number.

  • Handle [in] the Database Handle.
  • Name [in] the Index name
  • puid [out] the UID value

Returns

ctdbGetIndexUID() returns CTDBRET_OK on success, or c-treeDB API error code on failure.

See also

ctdbGetIndexNbr()

TOCIndex