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

Method Summary
 IBatchStatement createBatchStatement(IDatabaseConnection connection)
           
 IPreparedBatchStatement createPreparedBatchStatement(java.lang.String sql, IDatabaseConnection connection)
           
 

Method Detail

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