MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.update.store.llImpl
Class Reinsert

java.lang.Object
  extended by ch.ethz.mxquery.update.store.llImpl.Reinsert
All Implemented Interfaces:
RollbackItem

public class Reinsert
extends java.lang.Object
implements RollbackItem

Saves information to rollback an insert.


Constructor Summary
Reinsert(LLStore insertedSource)
          inserted source
 
Method Summary
 void apply()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reinsert

public Reinsert(LLStore insertedSource)
         throws MXQueryException
inserted source

Parameters:
insertedSource -
Throws:
MXQueryException
Method Detail

apply

public void apply()
           throws MXQueryException
Specified by:
apply in interface RollbackItem
Throws:
MXQueryException

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich