Interface InsertSummary
- All Superinterfaces:
WriteSummary
Provides an informational summary of the INSERT operation producing write.
- Since:
- 4.2.0
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns 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.
-