public class UpdateRowResultCheck extends java.lang.Object implements BatchCollector.ResultCheck
| Constructor and Description |
|---|
UpdateRowResultCheck(StatementHolder rescueQuery,
JdbcTemplate jdbcTemplate) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkResult(int result) |
int |
getUpdatedRows() |
void |
setInitialQuery(StatementHolder initialQuery) |
public UpdateRowResultCheck(StatementHolder rescueQuery, JdbcTemplate jdbcTemplate)
public int getUpdatedRows()
public void checkResult(int result)
checkResult in interface BatchCollector.ResultCheckpublic void setInitialQuery(StatementHolder initialQuery)
Copyright © 2018 SAP SE. All Rights Reserved.