![]() |
Fotobot
Get data from your photovoltaic plant
|
Extends class QSqlQuery - adds a diagnostics and logging. More...
#include <msqlquery.h>
Public Member Functions | |
MSqlQuery (QString) | |
MSqlQuery (QSqlDatabase) | |
bool | exec (const QString &query) |
bool | exec () |
Private Member Functions | |
void | isError () |
Extends class QSqlQuery - adds a diagnostics and logging.
Wrapper about QSqlQuery::exec() and QSqlQuery::exec(const QString&). Original QSqlQuery runs quietly. This wrapper search for an error and writes the error message to qDebug() stream.
Definition at line 22 of file msqlquery.h.