Interface StatementBuilder.ExposesLimit

    • Method Detail

      • limit

        StatementBuilder.OngoingReadingAndWith limit​(java.lang.Number number)
        Limits the number of returned records.
        Parameters:
        number - How many records to return. If this is null, all the records are returned.
        Returns:
        A buildable match statement.
      • limit

        StatementBuilder.OngoingReadingAndWith limit​(Expression expression)
        Limits the number of returned records.
        Parameters:
        expression - How many records to return. If this is null, all the records are returned.
        Returns:
        A buildable match statement.
        Since:
        2021.0.0