Public Member Functions | |
DrizzleDumpTableDrizzle (std::string &table, DrizzleDumpConnection *connection) | |
bool | populateFields () |
bool | populateIndexes () |
bool | populateFkeys () |
DrizzleDumpData * | getData (void) |
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 |
Definition at line 63 of file drizzledump_drizzle.h.