![]() |
QxOrm 1.1.6
C++ Object Relational Mapping library
|
qx::service::QxConnect : define connection parameters used by QxService module of QxOrm library (this class is a singleton) More...
#include <QxConnect.h>
qx::service::QxConnect : define connection parameters used by QxService module of QxOrm library (this class is a singleton)
Click here to access to a tutorial to explain how to work with QxService module.
Definition at line 70 of file QxConnect.h.
Definition at line 77 of file QxConnect.h.
qx::service::QxConnect::QxConnect | ( | ) | [inline] |
Definition at line 92 of file QxConnect.h.
virtual qx::service::QxConnect::~QxConnect | ( | ) | [virtual] |
bool qx::service::QxConnect::getCompressData | ( | ) | const [inline] |
Definition at line 100 of file QxConnect.h.
QString qx::service::QxConnect::getIp | ( | ) | const [inline] |
Definition at line 95 of file QxConnect.h.
int qx::service::QxConnect::getMaxWait | ( | ) | const [inline] |
Definition at line 99 of file QxConnect.h.
long qx::service::QxConnect::getPort | ( | ) | const [inline] |
Definition at line 96 of file QxConnect.h.
serialization_type qx::service::QxConnect::getSerializationType | ( | ) | const [inline] |
Definition at line 97 of file QxConnect.h.
long qx::service::QxConnect::getThreadCount | ( | ) | const [inline] |
Definition at line 98 of file QxConnect.h.
void qx::service::QxConnect::setCompressData | ( | bool | b | ) | [inline] |
Definition at line 107 of file QxConnect.h.
void qx::service::QxConnect::setIp | ( | const QString & | s | ) | [inline] |
Definition at line 102 of file QxConnect.h.
void qx::service::QxConnect::setMaxWait | ( | int | i | ) | [inline] |
Definition at line 106 of file QxConnect.h.
void qx::service::QxConnect::setPort | ( | long | l | ) | [inline] |
Definition at line 103 of file QxConnect.h.
void qx::service::QxConnect::setSerializationType | ( | serialization_type | e | ) | [inline] |
Definition at line 104 of file QxConnect.h.
void qx::service::QxConnect::setThreadCount | ( | long | l | ) | [inline] |
Definition at line 105 of file QxConnect.h.
friend class qx::QxSingleton< QxConnect > [friend] |
Definition at line 73 of file QxConnect.h.
bool qx::service::QxConnect::m_bCompressData [protected] |
Compress data over network.
Definition at line 88 of file QxConnect.h.
Serialization type to send data over network.
Definition at line 85 of file QxConnect.h.
int qx::service::QxConnect::m_iMaxWait [protected] |
Max wait in milliseconds for network processes.
Definition at line 87 of file QxConnect.h.
long qx::service::QxConnect::m_lPort [protected] |
Port number.
Definition at line 84 of file QxConnect.h.
long qx::service::QxConnect::m_lThreadCount [protected] |
Thread count to execute all transactions (cf. 'QxThreadPool')
Definition at line 86 of file QxConnect.h.
QString qx::service::QxConnect::m_sIp [protected] |
Ip address.
Definition at line 83 of file QxConnect.h.