QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

Common interface to build SQL queries to communicate with database. More...

Go to the source code of this file.

Classes

class  qx::IxSqlQueryBuilder
 qx::IxSqlQueryBuilder : common interface to build SQL queries to communicate with 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< IxSqlQueryBuilderqx::IxSqlQueryBuilder_ptr
 

Detailed Description

Common interface to build SQL queries to communicate with database.

Author
Lionel Marty

Definition in file IxSqlQueryBuilder.h.