com.ibatis.sqlmap.engine.execution
Class BatchResult

java.lang.Object
  extended by 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

Constructor Summary
BatchResult(String statementId, String sql)
           
 
Method Summary
 String getSql()
           
 String getStatementId()
           
 int[] getUpdateCounts()
           
 void setUpdateCounts(int[] updateCounts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchResult

public BatchResult(String statementId,
                   String sql)
Method Detail

getSql

public String getSql()

getUpdateCounts

public int[] getUpdateCounts()

setUpdateCounts

public void setUpdateCounts(int[] updateCounts)

getStatementId

public String getStatementId()


Copyright © 2010. All Rights Reserved.