![]() |
QxOrm
1.5.0
C++ Object Relational Mapping library
|
qx::dao::detail::QxDaoAsyncRunner : class with a slot to execute queries in another thread More...
#include <QxDaoAsync.h>
Public Slots | |
| void | onQueryStarted (qx::dao::detail::QxDaoAsyncParams_ptr pDaoParams) |
Signals | |
| void | queryFinished (const QSqlError &daoError, qx::dao::detail::QxDaoAsyncParams_ptr pDaoParams) |
Public Member Functions | |
| QxDaoAsyncRunner () | |
| virtual | ~QxDaoAsyncRunner () |
Protected Member Functions | |
| QSqlError | runQuery (qx::dao::detail::QxDaoAsyncParams_ptr pDaoParams) |
qx::dao::detail::QxDaoAsyncRunner : class with a slot to execute queries in another thread
Definition at line 99 of file QxDaoAsync.h.
| qx::dao::detail::QxDaoAsyncRunner::QxDaoAsyncRunner | ( | ) |
| virtual qx::dao::detail::QxDaoAsyncRunner::~QxDaoAsyncRunner | ( | ) | [virtual] |
| void qx::dao::detail::QxDaoAsyncRunner::onQueryStarted | ( | qx::dao::detail::QxDaoAsyncParams_ptr | pDaoParams | ) | [slot] |
| void qx::dao::detail::QxDaoAsyncRunner::queryFinished | ( | const QSqlError & | daoError, |
| qx::dao::detail::QxDaoAsyncParams_ptr | pDaoParams | ||
| ) | [signal] |
| QSqlError qx::dao::detail::QxDaoAsyncRunner::runQuery | ( | qx::dao::detail::QxDaoAsyncParams_ptr | pDaoParams | ) | [protected] |