Public Member Functions | |
DrizzleDumpDatabaseMySQL (const std::string &database, DrizzleDumpConnection *connection) | |
bool | populateTables (void) |
bool | populateTables (const std::vector< std::string > &table_names) |
void | setCollate (const char *newCollate) |
void | cleanTableName (std::string &tableName) |
bool | ignoreTable (std::string tableName) |
Public Attributes | |
DrizzleDumpConnection * | dcon |
std::stringstream | errmsg |
std::vector< DrizzleDumpTable * > | tables |
const std::string | databaseName |
std::string | collate |
Definition at line 76 of file drizzledump_mysql.h.