Interface UpdateSummary
- All Superinterfaces:
WriteSummary
Provides an informational summary of the UPDATE operation producing write.
- Since:
- 4.2.0
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the number of rows copied unmodified, or -1 if not found.longReturns 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.
-