#include <stddef.h>
#include <ctype.h>
#include <sstream>
#include <fstream>
#include <boost/tuple/tuple.hpp>
#include <boost/lexical_cast.hpp>
#include <mysql/mysql.h>
#include <det/VManager.h>
#include <utl/RealTimeStopwatch.h>
Go to the source code of this file.
Classes | |
class | det::VSQLManager |
Interface for detector managers that use MySQL. More... | |
Namespaces | |
det | |
Macros | |
#define | VSQLMANAGER_GETDATA_GETDBDATA(_T_...) VMANAGER_GETDATA_CALL(GetDBData, _T_) |
#define VSQLMANAGER_GETDATA_GETDBDATA | ( | _T_... | ) | VMANAGER_GETDATA_CALL(GetDBData, _T_) |
Definition at line 22 of file VSQLManager_MySQL.h.