Package org.dbunit.database.statement
package org.dbunit.database.statement
-
ClassDescriptionAbstract base
IBatchStatementimplementation.Abstract baseIPreparedBatchStatementimplementation.Abstract baseIStatementFactoryimplementation.Decorator around anIPreparedBatchStatementthat automatically executes the accumulated batch once a configured row-count threshold is reached.IBatchStatementthat accumulates plain SQL statements using the JDBCaddBatch()/executeBatch()mechanism.Decorator that adapts a plainIBatchStatementto theIPreparedBatchStatementinterface by substituting bound values directly into the SQL text instead of using JDBC bind parameters.IBatchStatementthat accumulates multiple plain SQL statements and executes them together.A JDBC statement wrapper that batches SQL statements for execution.A batched, parameterized JDBC statement to which typed column values are bound before execution.Factory that creates the JDBC statement wrapper used to execute a database operation.IPreparedBatchStatementthat accumulates bound rows using the JDBCaddBatch()/executeBatch()mechanism.IStatementFactorythat createsSimplePreparedStatementinstances.IPreparedBatchStatementthat binds values to a single, reusablePreparedStatement.IBatchStatementthat executes plain (non-prepared) SQL statements.IStatementFactorythat creates non-preparedSimpleStatementinstances.