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 TypeClassDescriptionclassAbstract baseIPreparedBatchStatementimplementation.classDecorator around anIPreparedBatchStatementthat automatically executes the accumulated batch once a configured row-count threshold is reached.classDecorator that adapts a plainIBatchStatementto theIPreparedBatchStatementinterface by substituting bound values directly into the SQL text instead of using JDBC bind parameters.classIPreparedBatchStatementthat accumulates bound rows using the JDBCaddBatch()/executeBatch()mechanism.classIPreparedBatchStatementthat binds values to a single, reusablePreparedStatement.Methods in org.dbunit.database.statement that return IPreparedBatchStatementModifier and TypeMethodDescriptionIStatementFactory.createPreparedBatchStatement(String sql, IDatabaseConnection connection) Creates a prepared batch statement for the given SQL and 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) Creates a statement that automatically executes the batch once the given threshold is reached.