org.dbunit.database.statement
Interface IStatementFactory
- All Known Implementing Classes:
- AbstractStatementFactory, PreparedStatementFactory, StatementFactory
public interface IStatementFactory
- Since:
- Mar 16, 2002
- Version:
- $Revision: 398 $
- Author:
- Manuel Laflamme
createBatchStatement
IBatchStatement createBatchStatement(IDatabaseConnection connection)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
createPreparedBatchStatement
IPreparedBatchStatement createPreparedBatchStatement(java.lang.String sql,
IDatabaseConnection connection)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © 2002-2010. All Rights Reserved.