Package org.dbunit.database.statement
Class StatementFactory
java.lang.Object
org.dbunit.database.statement.AbstractStatementFactory
org.dbunit.database.statement.StatementFactory
- All Implemented Interfaces:
IStatementFactory
- Since:
- Mar 15, 2002
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateBatchStatement(IDatabaseConnection connection) createPreparedBatchStatement(String sql, IDatabaseConnection connection) Methods inherited from class org.dbunit.database.statement.AbstractStatementFactory
supportBatchStatement
-
Constructor Details
-
StatementFactory
public StatementFactory()
-
-
Method Details
-
createBatchStatement
- Throws:
SQLException
-
createPreparedBatchStatement
public IPreparedBatchStatement createPreparedBatchStatement(String sql, IDatabaseConnection connection) throws SQLException - Throws:
SQLException
-