Interface LimitHandler

    • Method Detail

      • supportsLimit

        boolean supportsLimit()
        Does this handler support limiting query results?
        Returns:
        True if this handler supports limit alone.
      • supportsOffset

        boolean supportsOffset()
        Does this handler support offsetting query results without also specifying a limit?
        Returns:
        True if this handler supports offset alone.
      • supportsLimitOffset

        boolean supportsLimitOffset()
        Does this handler support combinations of limit and offset?
        Returns:
        True if the handler supports an offset within the limit support.