template<SelecterType SELECTER, ValueOperandType OPERAND>
class sqt::LimitSelectDecorator< SELECTER, OPERAND >
A selecter decorator that adds a LIMIT clause to the SQL statement of the decorated selecter.
- Template Parameters
-
| SELECTER | The selecter type to be decorated, which must satisfy the sqt::SelecterType concept. |
| OPERAND | The operand type that provides the limit value, which must satisfy the sqt::ValueOperandType concept. |
To create instances of this class template, use the Limit() method of the sqt::LimitSelectCapability<> class template, which is a mixin for selecters that support the limit clause.
This class template satisfies the sqt::SelecterType concept.
- See also
- sqt::LimitSelectCapability<>
-
sqt::SelecterType
-
sqt::ValueOperandType