Interface UpdateCountOutput
- All Superinterfaces:
Output
Models a return that is an update count (count of rows affected)
-
Method Summary
Methods inherited from interface Output
isResultSet
-
Method Details
-
getUpdateCount
int getUpdateCount()Retrieve the associated update count- Returns:
- The update count
-