00001 #ifndef GPUBLICS_H 00002 #define GPUBLICS_H 00003 #include <QtCore> 00004 #include <QtGui> 00005 #include <QtSql> 00006 class GPublics 00007 { 00008 public: 00009 GPublics(); 00010 QStringList mysqlDatatypes(); 00011 void showInformationMessage(QString message, QString title); 00012 void showWarningMessage(QString message, QString title); 00013 void showCriticalMessage(QString message, QString title); 00014 QStringList mysqlKeywords(); 00015 }; 00016 00017 #endif // GPUBLICS_H