Interface StatementBuilder.ExposesSkip

    • Method Detail

      • skip

        StatementBuilder.OngoingReadingAndWithWithSkip skip​(java.lang.Number number)
        Adds a skip clause, skipping the given number of records.
        Parameters:
        number - How many records to skip. If this is null, then no records are skipped.
        Returns:
        A step that only allows the limit of records to be specified.
      • skip

        StatementBuilder.OngoingReadingAndWithWithSkip skip​(Expression expression)
        Adds a skip clause.
        Parameters:
        expression - How many records to skip. If this is null, then no records are skipped.
        Returns:
        A step that only allows the limit of records to be specified.
        Since:
        2021.0.0