kexi

sqltypes.h

00001 
00005 #ifndef SQLTYPES_H
00006 #define SQLTYPES_H
00007 
00008 extern int current;
00009 extern QString ctoken;
00010 
00011 struct dateType
00012 {
00013         int year;
00014         int month;
00015         int day;
00016 };
00017 
00018 struct realType
00019 {
00020     int integer;
00021     int fractional;
00022 };
00023 
00024 #endif
00025 
KDE Home | KDE Accessibility Home | Description of Access Keys