| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
RowFactory |
Database.getRowFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Database.setRowFactory(RowFactory rowFactory) |
| 限定符和类型 | 字段和说明 |
|---|---|
static RowFactory |
RowFactory.DEFAULT
Default implementation of row factory.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Row |
PageLog.readRow(RowFactory rowFactory,
DataReader in,
Data data)
Read a row from an input stream.
|
Copyright © 2017. All rights reserved.