org.dbunit.database.statement
Class AbstractStatementFactory

java.lang.Object
  extended byorg.dbunit.database.statement.AbstractStatementFactory
All Implemented Interfaces:
IStatementFactory
Direct Known Subclasses:
PreparedStatementFactory, StatementFactory

public abstract class AbstractStatementFactory
extends java.lang.Object
implements IStatementFactory

Since:
Apr 10, 2002
Version:
$Revision: 1.4 $
Author:
Manuel Laflamme

Constructor Summary
AbstractStatementFactory()
           
 
Method Summary
protected  boolean supportBatchStatement(IDatabaseConnection connection)
          Returns true if target database supports batch statement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.dbunit.database.statement.IStatementFactory
createBatchStatement, createPreparedBatchStatement
 

Constructor Detail

AbstractStatementFactory

public AbstractStatementFactory()
Method Detail

supportBatchStatement

protected boolean supportBatchStatement(IDatabaseConnection connection)
                                 throws java.sql.SQLException
Returns true if target database supports batch statement.

Throws:
java.sql.SQLException


Copyright © 2002-2004 DbUnit.org. All Rights Reserved.