Uses of Interface
org.dbunit.database.statement.IBatchStatement

Packages that use IBatchStatement
org.dbunit.database.statement   
 

Uses of IBatchStatement in org.dbunit.database.statement
 

Classes in org.dbunit.database.statement that implement IBatchStatement
 class AbstractBatchStatement
           
 class BatchStatement
           
 class CompoundStatement
           
 class SimpleStatement
           
 

Methods in org.dbunit.database.statement that return IBatchStatement
 IBatchStatement PreparedStatementFactory.createBatchStatement(IDatabaseConnection connection)
           
 IBatchStatement StatementFactory.createBatchStatement(IDatabaseConnection connection)
           
 IBatchStatement IStatementFactory.createBatchStatement(IDatabaseConnection connection)
           
 



Copyright © 2002-2008. All Rights Reserved.