Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.dbunit.operation Classes and Interfaces - 14 results found.
NameDescriptionTypePackageFramework
AbstractBatchOperationBase implementation for database operation that are executed in batch.Classorg.dbunit.operationSourceForge DBUnit
AbstractOperationClassorg.dbunit.operationSourceForge DBUnit
CloseConnectionOperationDecorates an operation and close the database connection after executing it.Classorg.dbunit.operationSourceForge DBUnit
CompositeOperationThis class is a composite that combines multiple database operation in aSince:Feb 18, 2002Version:$Revision$Author:Manuel LaflammeClassorg.dbunit.operationSourceForge DBUnit
DatabaseOperationDefines the interface contract for operations performed on the database.Classorg.dbunit.operationSourceForge DBUnit
DeleteAllOperationDeletes all rows of tables present in the specified dataset.Classorg.dbunit.operationSourceForge DBUnit
DeleteOperationDeletes only the dataset contents from the database.Classorg.dbunit.operationSourceForge DBUnit
ExclusiveTransactionExceptionClassorg.dbunit.operationSourceForge DBUnit
InsertOperationInserts the dataset contents into the database.Classorg.dbunit.operationSourceForge DBUnit
OperationDataClassorg.dbunit.operationSourceForge DBUnit
RefreshOperationThis operation literally refreshes dataset contents into the database.Classorg.dbunit.operationSourceForge DBUnit
TransactionOperationDecorates an operation and executes within the context of a transaction.Classorg.dbunit.operationSourceForge DBUnit
TruncateTableOperationTruncate tables present in the specified dataset.Classorg.dbunit.operationSourceForge DBUnit
UpdateOperationUpdates the database from the dataset contents.Classorg.dbunit.operationSourceForge DBUnit