QxOrm
1.5.0
C++ Object Relational Mapping library
|
SQL element to limit rows count fetched from database. More...
#include <QxDao/QxSqlElement/IxSqlElement.h>
Go to the source code of this file.
Classes | |
class | qx::dao::detail::QxSqlLimit |
qx::dao::detail::QxSqlLimit : SQL element to limit rows count fetched from database 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 < QxSqlLimit > | qx::dao::detail::QxSqlLimit_ptr |
SQL element to limit rows count fetched from database.
Definition in file QxSqlLimit.h.