Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetSegmentFieldName

Get the field name of the index segment.

Declaration

pTEXT ctdbGetSegmentFieldName(CTHANDLE Handle)

Description

ctdbGetSegmentFieldName() gets the field name of the index segment.

  • Handle [in] the Segment Handle.

Returns

ctdbGetSegmentFieldName() returns the field name, or NULL on error

See also

ctdbAllocSegment()

TOCIndex