Public Types | |
|
typedef std::pair< std::string, uint32_t > | columnData |
Public Member Functions | |
| DrizzleDumpIndexMySQL (std::string &index, DrizzleDumpConnection *connection) | |
Public Attributes | |
| DrizzleDumpConnection * | dcon |
| std::string | indexName |
| bool | isPrimary |
| bool | isUnique |
| bool | isHash |
| std::vector< columnData > | columns |
Definition at line 27 of file drizzledump_mysql.h.