|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ethz.mxquery.update.store.llImpl.Redelete
public class Redelete
Saves informations to rollback a deletion.
Constructor Summary | |
---|---|
Redelete()
Dummy Constructor for deletions that delete nothing. |
|
Redelete(LLToken start,
LLToken prev,
LLToken end,
LLToken next)
Constructor |
Method Summary | |
---|---|
void |
apply()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Redelete()
public Redelete(LLToken start, LLToken prev, LLToken end, LLToken next)
start
- start of deleted sequenceprev
- SimpleToken before start
end
- end of deleted sequencenext
- SimpleToken after end
Method Detail |
---|
public void apply()
apply
in interface RollbackItem
|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |