Uses of Interface
org.dbunit.database.statement.IPreparedBatchStatement
Packages that use IPreparedBatchStatement
-
Uses of IPreparedBatchStatement in org.dbunit.database.statement
Classes in org.dbunit.database.statement that implement IPreparedBatchStatementModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.dbunit.database.statement that return IPreparedBatchStatementModifier and TypeMethodDescriptionIStatementFactory.createPreparedBatchStatement(String sql, IDatabaseConnection connection) PreparedStatementFactory.createPreparedBatchStatement(String sql, IDatabaseConnection connection) StatementFactory.createPreparedBatchStatement(String sql, IDatabaseConnection connection) Constructors in org.dbunit.database.statement with parameters of type IPreparedBatchStatementModifierConstructorDescriptionAutomaticPreparedBatchStatement(IPreparedBatchStatement statement, int threshold)