Class | Description |
---|---|
AbstractBatchOperation |
Base implementation for database operation that are executed in batch.
|
AbstractOperation | |
CloseConnectionOperation |
Decorates an operation and close the database connection after executing it.
|
CompositeOperation |
This class is a composite that combines multiple database operation in a
single one.
|
DatabaseOperation |
Defines the interface contract for operations performed on the database.
|
DeleteAllOperation |
Deletes all rows of tables present in the specified dataset.
|
DeleteOperation |
Deletes only the dataset contents from the database.
|
InsertOperation |
Inserts the dataset contents into the database.
|
OperationData | |
RefreshOperation |
This operation literally refreshes dataset contents into the database.
|
TransactionOperation |
Decorates an operation and executes within the context of a transaction.
|
TruncateTableOperation |
Truncate tables present in the specified dataset.
|
UpdateOperation |
Updates the database from the dataset contents.
|
Exception | Description |
---|---|
ExclusiveTransactionException |
Copyright © 2002–2016. All rights reserved.