QxOrm  1.5.1
C++ Object Relational Mapping library

Define connection parameters used by QxService module and QxHttpServer module of QxOrm library. More...

#include <QtNetwork/qsslsocket.h>
#include <QtNetwork/qsslconfiguration.h>
#include <QtNetwork/qsslcertificate.h>
#include <QtNetwork/qsslerror.h>
#include <QtNetwork/qsslkey.h>
#include <QxSingleton/QxSingleton.h>

Go to the source code of this file.

Classes

class  qx::service::IxConnect
 qx::service::IxConnect : interface to define connection parameters used by QxService module and QxHttpServer module of QxOrm library More...
class  qx::service::QxConnect
 qx::service::QxConnect : define default connection parameters used by QxService module and QxHttpServer module of QxOrm library (this class is a singleton) More...
class  qx::service::QxConnectOther
 qx::service::QxConnectOther : define other connection parameters used by QxService module and QxHttpServer module of QxOrm library 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)



Detailed Description

Define connection parameters used by QxService module and QxHttpServer module of QxOrm library.

Author:
Lionel Marty

Definition in file QxConnect.h.