QxOrm  1.4.9
C++ Object Relational Mapping library

Common interface for all SQL generators to build SQL query specific for each database. More...

#include <QtSql/qsqlquery.h>
#include <QxCollection/QxCollection.h>

Go to the source code of this file.

Classes

class  qx::dao::detail::IxSqlGenerator
 qx::dao::detail::IxSqlGenerator : common interface for all SQL generators to build SQL query specific for each database 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.


Typedefs

typedef std::shared_ptr
< IxSqlGenerator > 
qx::dao::detail::IxSqlGenerator_ptr

Detailed Description

Common interface for all SQL generators to build SQL query specific for each database.

Author:
Lionel Marty

Definition in file IxSqlGenerator.h.