Classes | Namespaces | Macros
TestSQLManager.h File Reference
#include <utl/ErrorLogger.h>
#include <utl/config.h>
#include <det/VSQLManager_MySQL.h>

Go to the source code of this file.

Classes

class  fwk::TestSQLManager
 Dummy manager for Testing DB selection. More...
 

Namespaces

 fwk
 

Macros

#define TESTSQLMANAGER_GETDATA(_T_...)
 

Macro Definition Documentation

#define TESTSQLMANAGER_GETDATA (   _T_...)
Value:
Status GetData(_T_& /*returnData*/, \
const std::string& /*tableName*/, \
const std::string& /*columnName*/, \
const IndexMap& /*componentIndex*/) const \
{ INFO("Test."); Query("SELECT 1;"); return eFound; }
#define INFO(message)
Macro for logging informational messages.
Definition: ErrorLogger.h:161
Status
Return code for seek operation.
Definition: IoCodes.h:24

Definition at line 26 of file TestSQLManager.h.


, generated on Tue Sep 26 2023.