00001 /* 00002 For general Sqliteman copyright and licensing information please refer 00003 to the COPYING file provided with the program. Following this notice may exist 00004 a copyright and/or license notice that predates the release of Sqliteman 00005 for which a new license (GPL+exception) is in place. 00006 */ 00007 #ifndef SQLKEYWORDS_H 00008 #define SQLKEYWORDS_H 00009 00010 class QStringList; 00011 00012 00014 QStringList sqlKeywords(); 00015 00016 bool isKeyword(const QString & w); 00017 00018 #endif
1.5.5