MKSQLCpp  0.1
MakeMySQLC++Classes
 All Classes Files Functions Variables Macros Pages
Public Attributes
TableInformation Struct Reference

Table description structure. More...

#include <CGenDatabase.h>

List of all members.

Public Attributes

char tblName [128]
 Specifies the name of the table.
int numFields
 Specifies the number of fields in this table.
struct FieldInformationflds [1024]
 Detailed information for each field.

Detailed Description

Table description structure.


Member Data Documentation

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.


The documentation for this struct was generated from the following file: