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

This structure is designed to allow for full Table definitions. More...

#include <CMySQL.h>

List of all members.

Public Attributes

char table_name [81]
 This is the name of the Table.
struct SFieldInfofields
 This is the list of fields and the detailed specifications for each field.

Detailed Description

This structure is designed to allow for full Table definitions.


Member Data Documentation

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.


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