|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.healthmarketscience.jackcess.impl.IndexData.PendingChange
public abstract static class IndexData.PendingChange
Utility class which maintains information about a pending index update.
An instance of this class can be used to complete the change (by calling
commit()) or undo the change (by calling rollback()).
| Method Summary | |
|---|---|
abstract void |
commit()
Completes the pending change. |
IndexData.PendingChange |
getNext()
Returns the next pending change, if any |
abstract void |
rollback()
Undoes the pending change. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public IndexData.PendingChange getNext()
public abstract void commit()
throws IOException
IOException
public abstract void rollback()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||