QxOrm  1.4.9
C++ Object Relational Mapping library

SQL element to sort or to group list of elements fetched from database (ORDER BY, GROUP BY) More...

Go to the source code of this file.

Classes

class  qx::dao::detail::QxSqlSort
 qx::dao::detail::QxSqlSort : SQL element to sort or to group list of elements fetched from database (ORDER BY, GROUP BY) 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
< QxSqlSort > 
qx::dao::detail::QxSqlSort_ptr

Detailed Description

SQL element to sort or to group list of elements fetched from database (ORDER BY, GROUP BY)

Author:
Lionel Marty

Definition in file QxSqlSort.h.