| DB2 Dialects with an implementation of AbstractLimitHandler that does not support a variable limit /offset ( by binding a value e.g., supportsVariableLimit( ) ; instead returns false) generate SQL with bind variables for limit/offset. Instead , they should embed the limit value should explicitly be added to /offset directly into the SQL returned by processSql() .
|