public class BatchInfo extends Object implements BatchCollector.ResultCheck
| Constructor and Description |
|---|
BatchInfo(Object[] params) |
BatchInfo(PreparedStatementSetter statementSetter) |
BatchInfo(PreparedStatementSetter statementSetter,
BatchCollector.ResultCheck resultCheck) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkResult(int result) |
Object[] |
getParams() |
BatchCollector.ResultCheck |
getResultCheck() |
PreparedStatementSetter |
getStatementSetter() |
boolean |
hasResultCheck() |
boolean |
hasStatementSetter() |
String |
toString() |
public BatchInfo(Object[] params)
public BatchInfo(PreparedStatementSetter statementSetter)
public BatchInfo(PreparedStatementSetter statementSetter,
BatchCollector.ResultCheck resultCheck)
public Object[] getParams()
public PreparedStatementSetter getStatementSetter()
public boolean hasStatementSetter()
public boolean hasResultCheck()
public void checkResult(int result)
checkResult in interface BatchCollector.ResultCheckpublic BatchCollector.ResultCheck getResultCheck()
Copyright © 2017 SAP SE. All Rights Reserved.