| Package | Description |
|---|---|
| org.dbunit.ext.mssql | |
| org.dbunit.operation |
| Modifier and Type | Class and Description |
|---|---|
class |
InsertIdentityOperation
This class disable the MS SQL Server automatic identifier generation for
the execution of inserts.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
Copyright © 2002-2017. All Rights Reserved.