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

Packages that use IPreparedBatchStatement
org.dbunit.database.statement   
 

Uses of IPreparedBatchStatement in org.dbunit.database.statement
 

Classes in org.dbunit.database.statement that implement IPreparedBatchStatement
 class AbstractPreparedBatchStatement
           
 class AutomaticPreparedBatchStatement
           
 class BatchStatementDecorator
           
 class PreparedBatchStatement
           
 class SimplePreparedStatement
           
 

Methods in org.dbunit.database.statement that return IPreparedBatchStatement
 IPreparedBatchStatement IStatementFactory.createPreparedBatchStatement(java.lang.String sql, IDatabaseConnection connection)
           
 IPreparedBatchStatement PreparedStatementFactory.createPreparedBatchStatement(java.lang.String sql, IDatabaseConnection connection)
           
 IPreparedBatchStatement StatementFactory.createPreparedBatchStatement(java.lang.String sql, IDatabaseConnection connection)
           
 

Constructors in org.dbunit.database.statement with parameters of type IPreparedBatchStatement
AutomaticPreparedBatchStatement(IPreparedBatchStatement statement, int threshold)
           
 



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