QxOrm
1.5.0
C++ Object Relational Mapping library
|
Define all parameters to connect to database and retrieve a valid connection by thread. More...
#include <QtCore/qhash.h>
#include <QtCore/qmutex.h>
#include <QtCore/qthread.h>
#include <QtCore/quuid.h>
#include <QtSql/qsqldatabase.h>
#include <QtSql/qsqlquery.h>
#include <QtSql/qsqlerror.h>
#include <QxSingleton/QxSingleton.h>
#include <QxDao/QxSqlGenerator/IxSqlGenerator.h>
Go to the source code of this file.
Classes | |
class | qx::QxSqlDatabase |
qx::QxSqlDatabase : define all parameters to connect to database and retrieve a valid connection by thread (this class is a singleton and is thread-safe) More... | |
Namespaces | |
namespace | qx |
Root namespace for all QxOrm library features. | |
namespace | qx::dao |
Database communication used by persistence engine (ORM - Object Relational Mapping) | |
namespace | qx::dao::detail |
Internal helper tools for qx::dao namespace. |
Define all parameters to connect to database and retrieve a valid connection by thread.
Definition in file QxSqlDatabase.h.