Class DB2LimitHandler

  • All Implemented Interfaces:
    LimitHandler

    public class DB2LimitHandler
    extends OffsetFetchLimitHandler
    A LimitHandler for DB2 11.1 which supports the ANSI SQL standard syntax FETCH FIRST m ROWS ONLY and OFFSET n ROWS FETCH NEXT m ROWS ONLY, with the only wrinkle being that this clause comes after the FOR UPDATE and other similar clauses.
    • Constructor Detail

      • DB2LimitHandler

        public DB2LimitHandler()