Uses of Class
org.dbunit.operation.AbstractBatchOperation

Packages that use AbstractBatchOperation
org.dbunit.operation   
 

Uses of AbstractBatchOperation in org.dbunit.operation
 

Subclasses of AbstractBatchOperation in org.dbunit.operation
 class DeleteOperation
          Deletes only the dataset contents from the database.
 class InsertOperation
          Inserts the dataset contents into the database.
 class UpdateOperation
          Updates the database from the dataset contents.
 



Copyright © 2002-2004 DbUnit.org. All Rights Reserved.