MKSQLCpp  0.1
MakeMySQLC++Classes
 All Classes Files Functions Variables Macros Pages
Classes | Macros
CGenDatabase.h File Reference

This include file defines the CFWDatabase class. More...

#include <fstream>
#include "CMySQL.h"

Go to the source code of this file.

Classes

struct  FieldInformation
 Field description structure. More...
struct  TableInformation
 Table description structure. More...
struct  CommentParamInfo
 Comment Parameter information This structure allows the program to specify the parameter information for each parameter in the function. More...
class  CGenDatabase
 Database generator class. More...

Macros

#define VarType_Integer   0
 Field Type of Integer.
#define VarType_Long   1
 Field Type of Long.
#define VarType_Double   2
 Field Type of Double.
#define VarType_Char   3
 Field Type of Char.
#define VarType_String   4
 Field Type of String.
#define VarType_Date   5
 Field Type of Date.
#define VarType_Time   6
 Field Type of Time.
#define VarType_DateTime   7
 Field Type of Date and Time.
#define VarType_Blob   8
 Field Type of Blob.

Detailed Description

This include file defines the CFWDatabase class.

Author:
Daniel R. Woods
Version:
1.0

Macro Definition Documentation

#define VarType_Blob   8

Field Type of Blob.

#define VarType_Char   3

Field Type of Char.

#define VarType_Date   5

Field Type of Date.

#define VarType_DateTime   7

Field Type of Date and Time.

#define VarType_Double   2

Field Type of Double.

#define VarType_Integer   0

Field Type of Integer.

#define VarType_Long   1

Field Type of Long.

#define VarType_String   4

Field Type of String.

#define VarType_Time   6

Field Type of Time.