![]() |
QxOrm 1.4.9
C++ Object Relational Mapping library
|
Transaction of QxService module (contains request from client and reply from server) More...
#include <QtCore/qdatastream.h>#include <QtCore/qjsonvalue.h>#include <QtNetwork/qtcpsocket.h>#include <QtNetwork/qsslsocket.h>#include <QtNetwork/qsslconfiguration.h>#include <QtNetwork/qsslcertificate.h>#include <QtNetwork/qsslerror.h>#include <QtNetwork/qsslkey.h>#include <QxCommon/QxBool.h>#include <QxRegister/QxRegisterInternalHelper.h>#include <QxService/IxService.h>#include <QxService/IxParameter.h>#include <QxConvert/QxConvert.h>Go to the source code of this file.
Classes | |
| class | qx::service::QxTransaction |
| qx::service::QxTransaction : transaction of QxService module (contains request from client and reply from server) More... | |
Namespaces | |
| namespace | qx |
| Root namespace for all QxOrm library features. | |
| namespace | qx::service |
| QxOrm library services engine to provide easy and powerful way to create C++ application server (to transfer data over network) | |
| namespace | qx::cvt |
| Provide global functions to convert any kind of objects to/from QString and QVariant format. | |
| namespace | qx::cvt::detail |
| Internal helper tools for qx::cvt namespace. | |
Macros | |
| #define | _QX_SERVICE_TRANSACTION_H_ |
Typedefs | |
| typedef std::shared_ptr< QxTransaction > | qx::service::QxTransaction_ptr |
Functions | |
| QX_DLL_EXPORT QDataStream & | operator<< (QDataStream &stream, const qx::service::QxTransaction &t) |
| QX_DLL_EXPORT QDataStream & | operator>> (QDataStream &stream, qx::service::QxTransaction &t) |
| QX_DLL_EXPORT QJsonValue | qx::cvt::detail::QxConvert_ToJson_Helper (const qx::service::QxTransaction &t, const QString &format) QX_USED |
| QX_DLL_EXPORT qx_bool | qx::cvt::detail::QxConvert_FromJson_Helper (const QJsonValue &j, qx::service::QxTransaction &t, const QString &format) QX_USED |
| QX_DLL_EXPORT void | qx::service::execute_client (IxService *pService, const QString &sMethod) |
Transaction of QxService module (contains request from client and reply from server)
Definition in file QxTransaction.h.
| #define _QX_SERVICE_TRANSACTION_H_ |
Definition at line 38 of file QxTransaction.h.
| QX_DLL_EXPORT QDataStream & operator<< | ( | QDataStream & | stream, |
| const qx::service::QxTransaction & | t ) |
| QX_DLL_EXPORT QDataStream & operator>> | ( | QDataStream & | stream, |
| qx::service::QxTransaction & | t ) |