Interface UpdatedRowsFetchSpec

All Known Subinterfaces:
FetchSpec<T>

public interface UpdatedRowsFetchSpec
Contract for fetching the number of affected rows.
Since:
5.3
Author:
Mark Paluch
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the number of updated rows.
  • Method Details

    • rowsUpdated

      Mono<Long> rowsUpdated()
      Get the number of updated rows.
      Returns:
      a Mono emitting the number of updated rows