Class LegacyDB2LimitHandler

  • All Implemented Interfaces:
    LimitHandler

    public class LegacyDB2LimitHandler
    extends AbstractLimitHandler
    A LimitHandler for DB2. Uses FETCH FIRST n ROWS ONLY, together with ROWNUMBER() when there is an offset. (DB2 does not support the ANSI syntax OFFSET n ROWS.)