QxOrm  1.4.9
C++ Object Relational Mapping library

Define how to join 2 tables into SQL query (LEFT OUTER JOIN, INNER JOIN, etc...) More...

Go to the source code of this file.

Classes

struct  qx::dao::sql_join
 qx::dao::sql_join : define how to join 2 tables into SQL query (LEFT OUTER JOIN, INNER JOIN, etc...) More...

Namespaces

namespace  qx
 

Root namespace for all QxOrm library features.


namespace  qx::dao
 

Database communication used by persistence engine (ORM - Object Relational Mapping)


Defines

#define QX_LEFT_OUTER_JOIN   QString("->")
#define QX_INNER_JOIN   QString(">>")

Detailed Description

Define how to join 2 tables into SQL query (LEFT OUTER JOIN, INNER JOIN, etc...)

Author:
Lionel Marty

Definition in file QxSqlJoin.h.


Define Documentation

#define QX_INNER_JOIN   QString(">>")

Definition at line 47 of file QxSqlJoin.h.

#define QX_LEFT_OUTER_JOIN   QString("->")

Definition at line 46 of file QxSqlJoin.h.