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