| 程序包 | 说明 |
|---|---|
| org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
| org.h2.mvstore.rtree |
An R-tree implementation
|
| org.h2.mvstore.tx |
Helper classes to use the MVStore in a transactional manner.
|
| org.h2.mvstore.type |
Data types and serialization / deserialization
|
| 限定符和类型 | 类和说明 |
|---|---|
static class |
LobStorageMap.BlobMeta.Type |
static class |
LobStorageMap.BlobReference.Type |
class |
RowDataType
The data type for rows.
|
class |
ValueDataType
A row type.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SpatialDataType
A spatial data type.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
VersionedValueType<T,D>
The value type for a versioned value.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ByteArrayDataType
Class ByteArrayDataType.
|
class |
LongDataType
Class LongDataType.
|
class |
MetaType<D>
Class DBMetaType is a type for values in the type registry map.
|
class |
ObjectDataType
A data type implementation for the most common data types, including
serializable objects.
|
class |
StringDataType
A string type.
|
Copyright © 2022. All rights reserved.