Class Query.OffsetFetch

java.lang.Object
org.h2.command.query.Query.OffsetFetch
Enclosing class:
Query

static final class Query.OffsetFetch extends Object
Evaluated values of OFFSET and FETCH clauses.
  • Field Details

    • offset

      final long offset
      OFFSET value.
    • fetch

      final long fetch
      FETCH value.
    • fetchPercent

      final boolean fetchPercent
      Whether FETCH value is a PERCENT value.
  • Constructor Details

    • OffsetFetch

      OffsetFetch(long offset, long fetch, boolean fetchPercent)