Class CTTable

Object
CTBase
CTTable

public class CTTable extends CTBase
Deals with the table concept. 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: