| Dialects with an implementation of AbstractLimitHandler that does not support variable limit/offset (e.g., supportsVariableLimit() returns false) generate SQL with bind variables for limit/offset. Instead, they should embed the limit/offset values directly into the SQL returned by processSql().
|