| 程序包 | 说明 |
|---|---|
| org.h2.mvstore.cache |
Classes related to caching.
|
| 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.store.fs |
A file system abstraction.
|
| 类和说明 |
|---|
| FileBase
The base class for file implementations.
|
| FilePath
A path to a file.
|
| FilePathWrapper
The base class for wrapping / delegating file systems such as
the split file system.
|
| 类和说明 |
|---|
| Recorder
A recorder for the recording file system.
|
| 类和说明 |
|---|
| FileBase
The base class for file implementations.
|
| FilePath
A path to a file.
|
| FilePathDisk
This file system stores files on disk.
|
| FilePathMem
This file system keeps files fully in memory.
|
| FilePathNio
This file system stores files on disk and uses java.nio to access the files.
|
| FilePathNioMem
This file system keeps files fully in memory.
|
| FilePathWrapper
The base class for wrapping / delegating file systems such as
the split file system.
|
| FilePathZip
This is a read-only file system that allows
to access databases stored in a .zip or .jar file.
|
| Recorder
A recorder for the recording file system.
|
Copyright © 2017. All rights reserved.