| QualityControl
    1.5.1
    O2 Data Quality Control Framework | 
Factory to get a database accessor. More...
#include <DatabaseFactory.h>
| Static Public Member Functions | |
| static std::unique_ptr< DatabaseInterface > | create (std::string name) | 
| Create a new instance of a DatabaseInterface. The DatabaseInterface actual class is decided based on the parameters passed. The ownership is returned as well.  More... | |
Factory to get a database accessor.
| 
 | static | 
Create a new instance of a DatabaseInterface. The DatabaseInterface actual class is decided based on the parameters passed. The ownership is returned as well.
| name | Possible values : "MySql", "CCDB" |