Factory function to select the correct data builder specialisation. More...
#include <string>#include "Catalog.hxx"#include "DataBuilder.hxx"#include "InsertData.hxx"#include "TableInfo.h"#include "Constants.h"#include "Logger.h"#include "MyException.h"

Go to the source code of this file.
Classes | |
| class | DataBuilderFactoryException |
| Exception class for data builder factory. More... | |
Functions | |
| template<typename DataType > | |
| DataBuilder< DataType > * | select (const TableInfo &info) |
| Factory function to select the correct data builder specialisation. | |
Factory function to select the correct data builder specialisation.
| DataBuilder<DataType>* select | ( | const TableInfo & | info | ) | [inline] |
Factory function to select the correct data builder specialisation.
References TableInfo::getTableName().
1.6.3