Product Documentation

V9 Update Guide

Previous Topic

Next Topic

Retrieve c-treeDB Field and Segment Change Status

New functionality was added to the c-treeDB APIs to support enhanced field and segment handling. The status of a field handle is a bit map describing one or more changes that have occurred with the field object.

c-treeDB C API

  • ctdbGetFieldStatus() - The status of a field handle is a bitmap describing one or more changes that have occurred with the field object.
  • ctdbGetIndexStatus() - The status of the index handle is a bitmap describing one or more changes that have occurred to the index object.
  • ctdbGetSegmentStatus() - The status of the segment handle is a bitmap describing one or more changes that have occurred to the segment object.

c-treeDB C++ API

  • CTField::GetStatus() - The status of a field handle is a bitmap describing one or more changes that have occurred with the field object.
  • CTIndex::GetStatus() - The status of the index handle is a bitmap describing one or more changes that have occurred to the index object.
  • CTSegment::GetStatus() - The status of the segment handle is a bitmap describing one or more changes that have occurred to the segment object.

TOCIndex