org.dbunit.database.statement
Class PreparedStatementFactory
java.lang.Object
org.dbunit.database.statement.AbstractStatementFactory
org.dbunit.database.statement.PreparedStatementFactory
- All Implemented Interfaces:
- IStatementFactory
public class PreparedStatementFactory
- extends AbstractStatementFactory
- Since:
- Mar 20, 2002
- Version:
- $Revision: 655 $
- Author:
- Manuel Laflamme
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreparedStatementFactory
public PreparedStatementFactory()
createBatchStatement
public IBatchStatement createBatchStatement(IDatabaseConnection connection)
throws SQLException
- Throws:
SQLException
createPreparedBatchStatement
public IPreparedBatchStatement createPreparedBatchStatement(String sql,
IDatabaseConnection connection)
throws SQLException
- Throws:
SQLException
Copyright © 2002-2012. All Rights Reserved.