Mercurial > dedupe
comparison SQLGenerator.hpp @ 61:e5fa379d4030
Clean up headers.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Fri, 14 Sep 2012 20:41:35 +0200 |
| parents | 74be5a2f49db |
| children | aaf0a2878f67 |
comparison
equal
deleted
inserted
replaced
| 60:60c1e0a2cacf | 61:e5fa379d4030 |
|---|---|
| 1 #ifndef SQLGENERATOR_HPP | 1 #ifndef SQLGENERATOR_HPP |
| 2 #define SQLGENERATOR_HPP | 2 #define SQLGENERATOR_HPP |
| 3 | 3 |
| 4 #include "OrderedPair.hpp" | 4 #include "OrderedPair.hpp" |
| 5 #include "ThreadSafeLookup.hpp" | |
| 6 #include "UniqueString.hpp" | 5 #include "UniqueString.hpp" |
| 7 | 6 |
| 8 #include "Exception/IOException.hpp" | |
| 9 #include "Exception/SQLException.hpp" | |
| 10 | |
| 11 #include <QtCore/QStringList> | |
| 12 #include <QtCore/QVariant> | 7 #include <QtCore/QVariant> |
| 13 | 8 |
| 14 #include <QtSql/QSqlDatabase> | |
| 15 #include <QtSql/QSqlError> | |
| 16 #include <QtSql/QSqlQuery> | 9 #include <QtSql/QSqlQuery> |
| 17 #include <QtSql/QSqlRecord> | 10 #include <QtSql/QSqlRecord> |
| 18 | 11 |
| 19 #include <boost/optional.hpp> | 12 #include <boost/optional.hpp> |
| 20 | |
| 21 #include <QtCore/QString> | |
| 22 | 13 |
| 23 template<typename T> | 14 template<typename T> |
| 24 struct SQLGenerator | 15 struct SQLGenerator |
| 25 { | 16 { |
| 26 }; | 17 }; |
