1 #ifndef _atm_AGOESSQLManager_h_
2 #define _atm_AGOESSQLManager_h_
4 #include <utl/config.h>
6 #ifdef AUGER_SQLITE_ENABLED
7 # include <det/VSQLManager_SQLite.h>
9 # include <det/VSQLManager_MySQL.h>
49 const std::string& columnName,
50 const IndexMap& componentIndex)
const;
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_...)
#define VMANAGER_GETDATA_HANDLE_DENIED
#define VMANAGER_GETDATA_DECLARE(_T_...)
#define VSQLMANAGER_GETDATA_GETDBDATA(_T_...)
virtual Status GetDBResFundamental(const std::string &tableName, const std::string &columnName, const IndexMap &componentIndex) const
overload this in all derived managers that need it
std::map< std::string, std::string > IndexMap
Status
Specifies success or (eventually) various possible failure modes.