23
#include <boost/regex.hpp>
35
server_type getServerType() { return type; }
36
std::string& getServerVersion() { return version; }
38
ServerDetect(drizzle_con_st *connection);
35
server_type getServerType() const { return type; }
36
const std::string& getServerVersion() const { return version; }
38
ServerDetect(drizzle_con_st*);