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

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)
 

Macros

#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.

Macro Definition Documentation

◆ QX_INNER_JOIN

#define QX_INNER_JOIN   QString(">>")

Definition at line 47 of file QxSqlJoin.h.

◆ QX_LEFT_OUTER_JOIN

#define QX_LEFT_OUTER_JOIN   QString("->")

Definition at line 46 of file QxSqlJoin.h.