#include <sqt/orm/querier/selecter/limit_select_capability.h>
A mixin class template that provides the capability to add a LIMIT clause to a selecter.
| SELECTER | The selecter type that the mixin is applied to. It must satisfy the sqt::SelecterType concept. |
This class template provides the Limit() methods to the specified selecter type, which create instances of sqt::LimitSelectDecorator<> that adds a LIMIT clause to the SQL statement.
Public Member Functions | |
| constexpr auto | Limit (std::size_t limit) const |
| constexpr auto | Limit (Placeholder placeholder) const |