Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

class CTIndex

Description

The CTIndex class deals with the index concept. The index is part of the table, and represents one field, or parts of one field, or parts of several fields. One single index may be composed of several segments.

See Also

CTBase, CTTable, CTRecord, CTField, CTSegment

Preconditions

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

TOCIndex