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

SQL element to embed a SQL sub-query inside a parent SQL query. More...

Go to the source code of this file.

Classes

class  qx::dao::detail::QxSqlEmbedQuery
 qx::dao::detail::QxSqlEmbedQuery : SQL element to embed a SQL sub-query inside a parent SQL query 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< QxSqlEmbedQueryqx::dao::detail::QxSqlEmbedQuery_ptr
 

Detailed Description

SQL element to embed a SQL sub-query inside a parent SQL query.

Author
Lionel Marty

Definition in file QxSqlEmbedQuery.h.