108
131
virtual bool populateFields() { return false; }
109
132
virtual bool populateIndexes() { return false; }
110
134
virtual DrizzleDumpData* getData() { return NULL; }
111
135
std::vector<DrizzleDumpField*> fields;
112
136
std::vector<DrizzleDumpIndex*> indexes;
114
139
friend std::ostream& operator <<(std::ostream &os, const DrizzleDumpTable &obj);