Public Types | |
|
typedef std::pair< std::string, uint32_t > | columnData |
Public Member Functions | |
| DrizzleDumpIndex (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 58 of file drizzledump_data.h.