Package | Description |
---|---|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
org.h2.index |
Various table index implementations, as well as cursors to navigate in an index.
|
org.h2.store |
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
|
Modifier and Type | Method and Description |
---|---|
PageStore |
Database.getPageStore() |
Modifier and Type | Method and Description |
---|---|
static Page |
PageDataOverflow.read(PageStore store,
Data data,
int pageId)
Read an overflow page.
|
Constructor and Description |
---|
PageOutputStream(PageStore store,
int trunkPage,
BitField exclude,
int logKey,
boolean atEnd)
Create a new page output stream.
|
PageStoreInDoubtTransaction(PageStore store,
int sessionId,
int pos,
String transaction)
Create a new in-doubt transaction info object.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.