QxOrm  1.4.9
C++ Object Relational Mapping library

SQL element to verify a list of values (IN, NOT IN, etc.) More...

Go to the source code of this file.

Classes

class  qx::dao::detail::QxSqlIn
 qx::dao::detail::QxSqlIn : SQL element to verify a list of values (IN, NOT IN, 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< QxSqlIn > qx::dao::detail::QxSqlIn_ptr

Detailed Description

SQL element to verify a list of values (IN, NOT IN, etc.)

Author:
Lionel Marty

Definition in file QxSqlIn.h.