|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractOperation | |
org.dbunit.ext.mssql | |
org.dbunit.operation |
Uses of AbstractOperation in org.dbunit.ext.mssql |
Subclasses of AbstractOperation in org.dbunit.ext.mssql | |
class |
InsertIdentityOperation
This class disable the MS SQL Server automatic identifier generation for the execution of inserts. |
Uses of AbstractOperation in org.dbunit.operation |
Subclasses of AbstractOperation in org.dbunit.operation | |
class |
AbstractBatchOperation
Base implementation for database operation that are executed in batch. |
class |
DeleteAllOperation
Deletes all rows of tables present in the specified dataset. |
class |
DeleteOperation
Deletes only the dataset contents from the database. |
class |
InsertOperation
Inserts the dataset contents into the database. |
class |
RefreshOperation
This operation literally refreshes dataset contents into the database. |
class |
TruncateTableOperation
Truncate tables present in the specified dataset. |
class |
UpdateOperation
Updates the database from the dataset contents. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |