com.ibatis.sqlmap.engine.execution
Class BatchResult
java.lang.Object
com.ibatis.sqlmap.engine.execution.BatchResult
- All Implemented Interfaces:
- Serializable
public class BatchResult
- extends Object
- implements Serializable
This class holds the statement and row information for every
successful batch executed by iBATIS
- Author:
- Jeff Butler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchResult
public BatchResult(String statementId,
String sql)
getSql
public String getSql()
getUpdateCounts
public int[] getUpdateCounts()
setUpdateCounts
public void setUpdateCounts(int[] updateCounts)
getStatementId
public String getStatementId()
Copyright © 2010. All Rights Reserved.