List of all members.
Public Member Functions |
| DrizzleDumpConnection (std::string &host, uint16_t port, std::string &username, std::string &password, bool drizzle_protocol) |
void | errorHandler (drizzle_result_st *res, drizzle_return_t ret, const char *when) |
drizzle_result_st * | query (std::string &str_query) |
bool | queryNoResult (std::string &str_query) |
drizzle_result_st * | query (const char *ch_query) |
bool | queryNoResult (const char *ch_query) |
void | freeResult (drizzle_result_st *result) |
bool | setDB (std::string databaseName) |
bool | usingDrizzleProtocol (void) const |
bool | getServerType (void) const |
std::string | getServerVersion (void) const |
Private Attributes |
drizzle_st * | drizzle |
drizzle_con_st * | connection |
std::string | hostName |
bool | drizzleProtocol |
ServerDetect::server_type | serverType |
std::string | serverVersion |
Detailed Description
Definition at line 212 of file drizzledump_data.h.
The documentation for this class was generated from the following files: