DbUnitTask is the task definition for an Ant
interface to DbUnit. DbUnit is a JUnit extension
which sets your database to a known state before executing your
tasks.
author: Timothy Ruppert author: Ben Cox version: $Revision: 558 $ since: Jun 10, 2002 See Also: org.apache.tools.ant.Task
public void setSupportBatchStatement(boolean supportBatchStatement)(Code)
Set the flag for supporting batch statements.
NOTE: This property cannot be used to force the usage of batch
statement if your database does not support it.