org.dbunit.database.statement
Class StatementFactory

java.lang.Object
  extended by org.dbunit.database.statement.AbstractStatementFactory
      extended by org.dbunit.database.statement.StatementFactory
All Implemented Interfaces:
IStatementFactory

public class StatementFactory
extends AbstractStatementFactory

Since:
Mar 15, 2002
Version:
$Revision: 554 $
Author:
Manuel Laflamme

Constructor Summary
StatementFactory()
           
 
Method Summary
 IBatchStatement createBatchStatement(IDatabaseConnection connection)
           
 IPreparedBatchStatement createPreparedBatchStatement(java.lang.String sql, IDatabaseConnection connection)
           
 
Methods inherited from class org.dbunit.database.statement.AbstractStatementFactory
supportBatchStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementFactory

public StatementFactory()
Method Detail

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-2008. All Rights Reserved.