This structure is designed to allow for full Table definitions. More...
#include <CMySQL.h>
Public Attributes | |
char | table_name [81] |
This is the name of the Table. | |
struct SFieldInfo * | fields |
This is the list of fields and the detailed specifications for each field. |
This structure is designed to allow for full Table definitions.
struct SFieldInfo* STableInfo::fields |
This is the list of fields and the detailed specifications for each field.
char STableInfo::table_name[81] |
This is the name of the Table.