Interface InsertSummary

All Superinterfaces:
WriteSummary

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

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

    • numInsertedRows

      long numInsertedRows()
      Returns the number of inserted rows, or -1 if not found.