ctdbGetIndexHandle
Retrieve the index handle.
Declaration
CTHANDLE ctdbGetIndexHandle(CTHANDLE Handle)
Description
ctdbGetIndexHandle() retrieves the index handle. To allocate an index handle, use ctdbAllocIndex(). To retrieve the index handle given the table and index number, use ctdbGetIndex().
Returns
ctdbGetIndexHandle() returns the index handle or NULL on failure.
See also
ctdbAllocSegment(), ctdbGetFieldHandle(), ctdbAllocIndex(), ctdbGetIndex()