Package org.dbunit.operation
package org.dbunit.operation
-
ClassDescriptionBase implementation for database operation that are executed in batch.Abstract base
DatabaseOperationimplementation providing shared row-iteration and column-filtering behavior.Decorates an operation and close the database connection after executing it.This class is a composite that combines multiple database operation in a single one.Defines the interface contract for operations performed on the database.Deletes all rows of tables present in the specified dataset.Deletes only the dataset contents from the database.Signals that a transaction could not be started because another transaction is already active.Inserts the dataset contents into the database.Pairs a SQL statement with the columns whose values are bound as its parameters.This operation literally refreshes dataset contents into the database.Decorates an operation and executes within the context of a transaction.Truncate tables present in the specified dataset.Updates the database from the dataset contents.