|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.engine.UndoLogRecord
public class UndoLogRecord
An entry in a undo log.
| Field Summary | |
|---|---|
static short |
DELETE
Operation type meaning the row was deleted. |
static short |
INSERT
Operation type meaning the row was inserted. |
| Method Summary | |
|---|---|
long |
getFilePos()
Get the position in the file. |
Row |
getRow()
Get the row that was deleted or inserted. |
Table |
getTable()
Get the table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final short INSERT
public static final short DELETE
| Method Detail |
|---|
public Table getTable()
public long getFilePos()
public Row getRow()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||