Public Member Functions | |
DrizzleDumpTable (std::string &table, DrizzleDumpConnection *connection) | |
virtual bool | populateFields () |
virtual bool | populateIndexes () |
virtual bool | populateFkeys () |
virtual DrizzleDumpData * | getData () |
Public Attributes | |
DrizzleDumpConnection * | dcon |
std::stringstream | errmsg |
std::vector< DrizzleDumpField * > | fields |
std::vector< DrizzleDumpIndex * > | indexes |
std::vector< DrizzleDumpForeignKey * > | fkeys |
std::string | tableName |
std::string | displayName |
std::string | engineName |
std::string | collate |
std::string | comment |
bool | replicate |
uint64_t | autoIncrement |
DrizzleDumpDatabase * | database |
Friends | |
std::ostream & | operator<< (std::ostream &os, const DrizzleDumpTable &obj) |
Definition at line 129 of file drizzledump_data.h.