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.