|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbunit.database.statement.AbstractStatementFactory
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 |
public AbstractStatementFactory()
Method Detail |
protected boolean supportBatchStatement(IDatabaseConnection connection) throws java.sql.SQLException
true
if target database supports batch statement.
java.sql.SQLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |