public abstract class AbstractBatchOperation extends AbstractOperation
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_reverseRowOrder |
CLEAN_INSERT, DELETE, DELETE_ALL, INSERT, NONE, REFRESH, TRUNCATE_TABLE, UPDATE| Constructor and Description |
|---|
AbstractBatchOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(IDatabaseConnection connection,
IDataSet dataSet)
Executes this operation on the specified database using the specified
dataset contents.
|
protected void |
handleColumnHasNoValue(String tableName,
String columnName) |
protected ITableIterator |
iterator(IDataSet dataSet)
Returns list of tables this operation is applied to.
|
String |
toString() |
getQualifiedNameCLOSE_CONNECTION, TRANSACTIONprotected ITableIterator iterator(IDataSet dataSet) throws DatabaseUnitException
DatabaseUnitExceptionpublic void execute(IDatabaseConnection connection, IDataSet dataSet) throws DatabaseUnitException, SQLException
DatabaseOperationexecute in class DatabaseOperationconnection - the database connection.dataSet - the dataset to be used by this operation.DatabaseUnitExceptionSQLExceptionCopyright © 2002-2017. All Rights Reserved.