Description
Objects of the CTTable class are used to manage tables. One table may belong to several databases, and a database may have multiple tables. The table may have any number of fields. It uses CTBase as the base class, and implements the constructor/destructor allocating/freeing memory to the table operations.
See Also
CTBase, CTDatabase, CTRecord
Preconditions
Before performing operations with a CTTable object, it is necessary to instantiate session and database objects.