• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

E:/sqlmaster/src/gpublics.h

Go to the documentation of this file.
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

Generated on Wed Dec 1 2010 08:43:39 for SQL Master by  doxygen 1.7.2