Minor changes in sql classes

This commit is contained in:
Eduardo Bart 2013-01-08 17:44:05 -02:00
parent 9d5abb0243
commit a8d3bb97ea
2 changed files with 4 additions and 3 deletions

View File

@ -73,6 +73,7 @@ public:
std::string getDataString(const std::string &s);
bool next();
int getRowCount() { return mysql_num_rows(m_res); }
private:
typedef std::map<const std::string, uint32_t> ListNames;