Interface UpdateSummary

All Superinterfaces:
WriteSummary

@Evolving public interface UpdateSummary extends WriteSummary
Provides an informational summary of the UPDATE operation producing write.
Since:
4.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the number of rows copied unmodified, or -1 if not found.
    long
    Returns the number of rows updated, or -1 if not found.
  • Method Details

    • numUpdatedRows

      long numUpdatedRows()
      Returns the number of rows updated, or -1 if not found.
    • numCopiedRows

      long numCopiedRows()
      Returns the number of rows copied unmodified, or -1 if not found.