org.dbunit.database.statement
Class PreparedStatementFactory

java.lang.Object
  extended byorg.dbunit.database.statement.AbstractStatementFactory
      extended byorg.dbunit.database.statement.PreparedStatementFactory
All Implemented Interfaces:
IStatementFactory

public class PreparedStatementFactory
extends AbstractStatementFactory

Since:
Mar 20, 2002
Version:
$Revision: 1.7 $
Author:
Manuel Laflamme

Constructor Summary
PreparedStatementFactory()
           
 
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

PreparedStatementFactory

public PreparedStatementFactory()
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-2004 DbUnit.org. All Rights Reserved.