|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.store.PageLog
public class PageLog
Transaction log mechanism. The stream contains a list of records. The data format for a record is:
Field Summary | |
---|---|
static int |
ADD
Add a record to a table. |
static int |
CHECKPOINT
Perform a checkpoint. |
static int |
COMMIT
A commit entry of a session. |
static int |
FREE_LOG
Free a log page. |
static int |
NOOP
No operation. |
static int |
PREPARE_COMMIT
A prepare commit entry for a session. |
static int |
REMOVE
Remove a record from a table. |
static int |
ROLLBACK
Roll back a prepared transaction. |
static int |
TRUNCATE
Truncate a table. |
static int |
UNDO
An undo log entry. |
Method Summary | |
---|---|
static Row |
readRow(DataReader in,
Data data)
Read a row from an input stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NOOP
public static final int UNDO
public static final int COMMIT
public static final int PREPARE_COMMIT
public static final int ROLLBACK
public static final int ADD
public static final int REMOVE
public static final int TRUNCATE
public static final int CHECKPOINT
public static final int FREE_LOG
Method Detail |
---|
public static Row readRow(DataReader in, Data data) throws java.io.IOException
in
- the input streamdata
- a temporary buffer
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |