public class UndoLogRecord extends Object
Modifier and Type | Field and Description |
---|---|
static short |
DELETE
Operation type meaning the row was deleted.
|
static short |
INSERT
Operation type meaning the row was inserted.
|
Modifier and Type | Method and Description |
---|---|
long |
getFilePos()
Get the position in the file.
|
Row |
getRow()
Get the row that was deleted or inserted.
|
Table |
getTable()
Get the table.
|
public static final short INSERT
public static final short DELETE
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.