Public Member Functions | |
DrizzleDumpDatabaseDrizzle (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 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const DrizzleDumpDatabase &obj) |
Definition at line 83 of file drizzledump_drizzle.h.