#include <sqt/orm/querier/selecter/order_by_select_capability.h>
A mixin class template that provides the capability to add an ORDER BY 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 OrderBy() method to the specified selecter type, which create an instances of sqt::OrderBySelectDecorator<> that adds an ORDER BY clause to the SQL statement.
Public Member Functions | |
| template<OrderingTermType... TERMS> | |
| constexpr auto | OrderBy (const TERMS &... terms) const |