Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

class CTField

Description

The CTField class deals with the field concept. The field is the basic component of the table. Any table may be composed of as many fields as one needs. It uses CTBase as the base class, and implements the constructor/destructor allocating/freeing memory to the field operations.

See also

CTBase, CTSession, CTDatabase, CTTable

Preconditions

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

TOCIndex