Class SQLServer2012LimitHandler

All Implemented Interfaces:
LimitHandler

public class SQLServer2012LimitHandler extends OffsetFetchLimitHandler
A LimitHandler compatible with SQL Server 2012 which introduced support for the ANSI SQL standard syntax OFFSET m ROWS FETCH NEXT n ROWS ONLY, though this syntax is considered part of the ORDER BY clause, and with the wrinkle that both ORDER BY and the OFFSET clause are required.
  • Field Details

  • Constructor Details

    • SQLServer2012LimitHandler

      public SQLServer2012LimitHandler()