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