it.openutils.testing.dbunit
Class MySqlNoFkCleanInsertOperation

java.lang.Object
  extended by org.dbunit.operation.DatabaseOperation
      extended by org.dbunit.operation.AbstractOperation
          extended by it.openutils.testing.dbunit.MySqlAbstractNoFkOperation
              extended by it.openutils.testing.dbunit.MySqlNoFkCleanInsertOperation

public class MySqlNoFkCleanInsertOperation
extends MySqlAbstractNoFkOperation

Extended operation for dbunit that disables FK checks.

Version:
$Id: MySqlNoFkCleanInsertOperation.java 578 2008-01-31 13:13:40Z fgiust $
Author:
fgiust

Field Summary
 
Fields inherited from class org.dbunit.operation.DatabaseOperation
CLEAN_INSERT, DELETE, DELETE_ALL, INSERT, NONE, REFRESH, TRUNCATE_TABLE, UPDATE
 
Constructor Summary
MySqlNoFkCleanInsertOperation()
           
 
Method Summary
 
Methods inherited from class it.openutils.testing.dbunit.MySqlAbstractNoFkOperation
execute
 
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
 

Constructor Detail

MySqlNoFkCleanInsertOperation

public MySqlNoFkCleanInsertOperation()
Parameters:
operation -


Copyright © 2008 Openmind. All Rights Reserved.