1 #ifndef _atm_ACloudSQLManager_h_
2 #define _atm_ACloudSQLManager_h_
4 #include <utl/ErrorLogger.h>
5 #include <utl/config.h>
7 #ifdef AUGER_SQLITE_ENABLED
8 # include <det/VSQLManager_SQLite.h>
10 # include <det/VSQLManager_MySQL.h>
53 const std::string& columnName,
54 const IndexMap& componentIndex)
const;
virtual Status GetDBResFundamental(const std::string &tableName, const std::string &columnName, const IndexMap &componentIndex) const
overload this in all derived managers that need it
Class to hold collection (x,y) points and provide interpolation between them.
Interface for detector managers that use MySQL.
Class to hold collection (x,y) points and provide interpolation between them, where y are complex num...
#define VMANAGER_GETDATA_DENIED(_T_...)
VMANAGER_GETDATA_DECLARE(std::vector< std::vector< int >>)
#define VMANAGER_GETDATA_HANDLE_DENIED
#define VSQLMANAGER_GETDATA_GETDBDATA(_T_...)
Manager for cloudy portion of atmospheric monitoring database.
std::map< std::string, std::string > IndexMap
Status
Specifies success or (eventually) various possible failure modes.