public class BatchResult extends Object implements Serializable
| Constructor and Description |
|---|
BatchResult(int batchSize,
String sql,
com.ibatis.sqlmap.engine.scope.ErrorContext ec) |
| Modifier and Type | Method and Description |
|---|---|
void |
addArgs(Object[] os) |
Object[] |
getArgs(int i) |
com.ibatis.sqlmap.engine.scope.ErrorContext |
getErrorContext() |
PreparedStatement |
getPreparedStatement() |
String |
getSql() |
String |
getStatementId() |
int[] |
getUpdateCounts() |
void |
setPreparedStatement(PreparedStatement pstat) |
void |
setUpdateCounts(int[] updateCounts) |
public BatchResult(int batchSize,
String sql,
com.ibatis.sqlmap.engine.scope.ErrorContext ec)
public String getSql()
public int[] getUpdateCounts()
public void setUpdateCounts(int[] updateCounts)
public String getStatementId()
public PreparedStatement getPreparedStatement()
public void setPreparedStatement(PreparedStatement pstat)
public void addArgs(Object[] os)
public Object[] getArgs(int i)
public com.ibatis.sqlmap.engine.scope.ErrorContext getErrorContext()
Copyright © 2084–2018 dukeware.com. All rights reserved.