Interface StatementBuilder.ExposesSkip

    • Method Detail

      • skip

        <T extends StatementBuilder.ExposesLimit & StatementBuilder.OngoingReadingAndWith> T skip​(java.lang.Number number)
        Adds a skip clause, skipping the given number of records.
        Type Parameters:
        T - The type of the next step
        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.