limit abstract method
Creates and returns a LIMIT
clause query component with the given
limit
and offset
.
Implementation
Limit limit(
ExpressionInterface limit, {
ExpressionInterface? offset,
});
Creates and returns a LIMIT
clause query component with the given
limit
and offset
.
Limit limit(
ExpressionInterface limit, {
ExpressionInterface? offset,
});