| 程序包 | 说明 |
|---|---|
| org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
| org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
| 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.
|
| org.h2.tools |
Various tools.
|
| 限定符和类型 | 方法和说明 |
|---|---|
LobStorageInterface |
Database.getLobStorage() |
LobStorageInterface |
Database.getLobStorage() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LobStorageMap
This class stores LOB objects in the database, in maps.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
LobStorageFrontend
This factory creates in-memory objects and temporary files.
|
| 限定符和类型 | 方法和说明 |
|---|---|
LobStorageInterface |
DataHandler.getLobStorage()
Get the lob storage mechanism to use.
|
LobStorageInterface |
DataHandler.getLobStorage()
Get the lob storage mechanism to use.
|
| 限定符和类型 | 方法和说明 |
|---|---|
LobStorageInterface |
Recover.getLobStorage()
INTERNAL
|
LobStorageInterface |
Recover.getLobStorage()
INTERNAL
|
Copyright © 2022. All rights reserved.