|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbunit.operation.DatabaseOperation org.dbunit.operation.AbstractOperation org.dbunit.operation.RefreshOperation
This operation literally refreshes dataset contents into the database. This means that data of existing rows is updated and non-existing row get inserted. Any rows which exist in the database but not in dataset stay unaffected.
Field Summary |
Fields inherited from class org.dbunit.operation.DatabaseOperation |
CLEAN_INSERT, DELETE, DELETE_ALL, INSERT, NONE, REFRESH, TRUNCATE_TABLE, UPDATE |
Method Summary | |
void |
execute(IDatabaseConnection connection,
IDataSet dataSet)
Executes this operation on the specified database using the specified dataset contents. |
Methods inherited from class org.dbunit.operation.AbstractOperation |
getQualifiedName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void execute(IDatabaseConnection connection, IDataSet dataSet) throws DatabaseUnitException, java.sql.SQLException
DatabaseOperation
execute
in class DatabaseOperation
connection
- the database connection.dataSet
- the dataset to be used by this operation.
DatabaseUnitException
java.sql.SQLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |