com.ibatis.sqlmap.engine.execution

Class BatchResult

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

Constructor Summary
BatchResult(String statementId, String sql)
Method Summary
StringgetSql()
StringgetStatementId()
int[]getUpdateCounts()
voidsetUpdateCounts(int[] updateCounts)

Constructor Detail

BatchResult

public BatchResult(String statementId, String sql)

Method Detail

getSql

public String getSql()

getStatementId

public String getStatementId()

getUpdateCounts

public int[] getUpdateCounts()

setUpdateCounts

public void setUpdateCounts(int[] updateCounts)
Copyright © 2011. All Rights Reserved.