This commit is contained in:
jed
2011-10-28 16:51:35 -07:00
parent e68b0fb8d1
commit 7436a8deec
29 changed files with 141 additions and 129 deletions

View File

@@ -2,6 +2,7 @@
#define __DATABASE__
#include <string>
#include <vector>
#include "../types.h"
/*
@@ -14,7 +15,7 @@ protected:
std::string mUser;
std::string mHost;
std::string mDBPass;
std::string* mColNameTable;
std::vector<std::string> mColNameTable;
bool getColNumber(const char* colName, int* retIndex);