Interface StatementBuilder.TerminalExposesLimit

    • Method Detail

      • limit

        @NotNull
        @CheckReturnValue
        @NotNull StatementBuilder.BuildableStatement 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.