1 2 3 4 5 6 7 8 9 10 11 12
#include "Define.h" #include "Errors.h" #include "Field.h" #include "Log.h" #include "MySQLConnection.h" #include "PreparedStatement.h" #include "QueryResult.h" #include "SQLOperation.h" #include "Transaction.h" #include <mysql.h> #include <string> #include <vector>