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(String sql, IDatabaseConnection connection)
           
 

Method Detail

createBatchStatement

IBatchStatement createBatchStatement(IDatabaseConnection connection)
                                     throws SQLException
Throws:
SQLException

createPreparedBatchStatement

IPreparedBatchStatement createPreparedBatchStatement(String sql,
                                                     IDatabaseConnection connection)
                                                     throws SQLException
Throws:
SQLException


Copyright © 2002-2012. All Rights Reserved.