Uses of Interface
org.dbunit.database.statement.IBatchStatement
Packages that use IBatchStatement
-
Uses of IBatchStatement in org.dbunit.database.statement
Classes in org.dbunit.database.statement that implement IBatchStatementModifier and TypeClassDescriptionclassAbstract baseIBatchStatementimplementation.classIBatchStatementthat accumulates plain SQL statements using the JDBCaddBatch()/executeBatch()mechanism.classIBatchStatementthat accumulates multiple plain SQL statements and executes them together.classIBatchStatementthat executes plain (non-prepared) SQL statements.Methods in org.dbunit.database.statement that return IBatchStatementModifier and TypeMethodDescriptionIStatementFactory.createBatchStatement(IDatabaseConnection connection) Creates a batch statement for the given connection.PreparedStatementFactory.createBatchStatement(IDatabaseConnection connection) StatementFactory.createBatchStatement(IDatabaseConnection connection)