Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

class CTSegment

Description

Objects of the CTSegment class manage index segments. The segment is part of the index; one single index may be composed of several segments. It uses CTBase as the base class, and implements the constructor/destructor allocating/freeing memory to the segment operations.

See also

CTBase, CTTable, CTRecord, CTField, CTIndex

Preconditions

Before any task is developed with a CTSegment object, a CTIndex must have been initialized.

TOCIndex