This include file defines the CFWDatabase class. More...
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. |
This include file defines the CFWDatabase class.
#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.