SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches

◆ Limit() [2/2]

template<typename SELECTER>
auto sqt::LimitSelectCapability< SELECTER >::Limit ( Placeholder placeholder) const
constexpr

Creates a decorator that adds a limit clause with a placeholder to the current selecter.

Parameters
placeholderThe placeholder to be used as the limit value in the limit clause.
Returns
A sqt::LimitSelectDecorator<> instance.
See also
sqt::LimitSelectDecorator<>
sqt::Placeholder