Table description structure. More...
#include <CGenDatabase.h>
Public Attributes | |
char | tblName [128] |
Specifies the name of the table. | |
int | numFields |
Specifies the number of fields in this table. | |
struct FieldInformation * | flds [1024] |
Detailed information for each field. |
Table description structure.
struct FieldInformation* TableInformation::flds[1024] |
Detailed information for each field.
int TableInformation::numFields |
Specifies the number of fields in this table.
char TableInformation::tblName[128] |
Specifies the name of the table.