QxOrm  1.4.9
C++ Object Relational Mapping library

SQL element to compare value (==, <, >, <=, >=, LIKE, NOT LIKE, etc.) More...

Go to the source code of this file.

Classes

class  qx::dao::detail::QxSqlCompare
 qx::dao::detail::QxSqlCompare : SQL element to compare value (==, <, >, <=, >=, LIKE, NOT LIKE, 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)


namespace  qx::dao::detail
 

Internal helper tools for qx::dao namespace.


Typedefs

typedef std::shared_ptr
< QxSqlCompare > 
qx::dao::detail::QxSqlCompare_ptr

Detailed Description

SQL element to compare value (==, <, >, <=, >=, LIKE, NOT LIKE, etc.)

Author:
Lionel Marty

Definition in file QxSqlCompare.h.