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, CTField, CTIndex, CTRecord, CTTable

Preconditions

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

TOCIndex