Package | Description |
---|---|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
org.h2.result |
Implementation of row and internal result sets.
|
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 |
---|---|
RowFactory |
Database.getRowFactory() |
Modifier and Type | Method and Description |
---|---|
void |
Database.setRowFactory(RowFactory rowFactory) |
Modifier and Type | Field and Description |
---|---|
static RowFactory |
RowFactory.DEFAULT
Default implementation of row factory.
|
Modifier and Type | Method and Description |
---|---|
static Row |
PageLog.readRow(RowFactory rowFactory,
DataReader in,
Data data)
Read a row from an input stream.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.