Drizzled Public API Documentation

DrizzleDumpTableMySQL Class Reference
Inheritance diagram for DrizzleDumpTableMySQL:
DrizzleDumpTable

Public Member Functions

 DrizzleDumpTableMySQL (std::string &table, DrizzleDumpConnection *connection)
 
bool populateFields ()
 
bool populateIndexes ()
 
bool populateFkeys ()
 
void setEngine (const char *newEngine)
 
void setCollate (const char *newCollate)
 
DrizzleDumpDatagetData (void)
 

Public Attributes

DrizzleDumpConnectiondcon
 
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
 
DrizzleDumpDatabasedatabase
 

Detailed Description

Definition at line 55 of file drizzledump_mysql.h.


The documentation for this class was generated from the following files: