Public Types | |
typedef std::pair< std::string, uint32_t > | columnData |
Public Member Functions | |
DrizzleDumpIndexDrizzle (std::string &index, DrizzleDumpConnection *connection) | |
Public Attributes | |
DrizzleDumpConnection * | dcon |
std::string | indexName |
bool | isPrimary |
bool | isUnique |
bool | isHash |
std::vector< columnData > | columns |
Friends | |
std::ostream & | operator<< (std::ostream &os, const DrizzleDumpIndex &obj) |
Definition at line 39 of file drizzledump_drizzle.h.