Package org.dbunit.database.statement
Interface IStatementFactory
- All Known Implementing Classes:
AbstractStatementFactory,PreparedStatementFactory,StatementFactory
public interface IStatementFactory
- Since:
- Mar 16, 2002
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Method Summary
Modifier and TypeMethodDescriptioncreateBatchStatement(IDatabaseConnection connection) createPreparedBatchStatement(String sql, IDatabaseConnection connection)
-
Method Details
-
createBatchStatement
- Throws:
SQLException
-
createPreparedBatchStatement
IPreparedBatchStatement createPreparedBatchStatement(String sql, IDatabaseConnection connection) throws SQLException - Throws:
SQLException
-