org.dbunit.database.statement
Class AbstractStatementFactory
java.lang.Object
org.dbunit.database.statement.AbstractStatementFactory
- All Implemented Interfaces:
- IStatementFactory
- Direct Known Subclasses:
- PreparedStatementFactory, StatementFactory
public abstract class AbstractStatementFactory
- extends Object
- implements IStatementFactory
- Since:
- Apr 10, 2002
- Version:
- $Revision: 672 $
- Author:
- Manuel Laflamme
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractStatementFactory
public AbstractStatementFactory()
supportBatchStatement
protected boolean supportBatchStatement(IDatabaseConnection connection)
throws SQLException
- Returns
true
if target database supports batch statement.
- Throws:
SQLException
Copyright © 2002-2012. All Rights Reserved.