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: