This is a singleton for managing all data source catalog instances available in the system. More...
#include "../../common/Globals.h"#include "../../common/STLUtils.h"#include "../../common/StringUtils.h"#include "../../common/Translator.h"#include "../Exception.h"#include "DataSource.h"#include "DataSourceCatalogManager.h"#include <algorithm>#include <cassert>#include <memory>Go to the source code of this file.
This is a singleton for managing all data source catalog instances available in the system.
Definition in file DataSourceCatalogManager.cpp.