Public Types | |
enum | server_type { SERVER_MYSQL_FOUND, SERVER_DRIZZLE_FOUND, SERVER_UNKNOWN_FOUND } |
Public Member Functions | |
server_type | getServerType () |
std::string & | getServerVersion () |
ServerDetect (drizzle_con_st *connection) | |
Private Attributes | |
server_type | type |
std::string | version |
Definition at line 25 of file server_detect.h.