com.ibatis.sqlmap.engine.execution
Class SqlExecutor.Batch
java.lang.Object
com.ibatis.sqlmap.engine.execution.SqlExecutor.Batch
- Enclosing class:
- SqlExecutor
- private static class SqlExecutor.Batch
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentSql
private java.lang.String currentSql
statementList
private java.util.List statementList
size
private int size
SUCCESS_NO_INFO
private static final int SUCCESS_NO_INFO
- See Also:
- Constant Field Values
EXECUTE_FAILED
private static final int EXECUTE_FAILED
- See Also:
- Constant Field Values
SqlExecutor.Batch
public SqlExecutor.Batch()
getSize
public int getSize()
addBatch
public void addBatch(RequestScope request,
java.sql.Connection conn,
java.lang.String sql,
java.lang.Object[] parameters)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
executeBatch
public int executeBatch()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
cleanupBatch
public void cleanupBatch()