| 程序包 | 说明 |
|---|---|
| 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.value |
Data type and value implementations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ValueBlob |
LobStorageMap.createBlob(InputStream in,
long maxLength) |
ValueBlob |
LobStorageMap.createBlob(InputStream in,
long maxLength) |
| 限定符和类型 | 方法和说明 |
|---|---|
ValueBlob |
LobStorageFrontend.createBlob(InputStream in,
long maxLength) |
ValueBlob |
LobStorageInterface.createBlob(InputStream in,
long maxLength)
Create a BLOB object.
|
ValueBlob |
LobStorageInterface.createBlob(InputStream in,
long maxLength)
Create a BLOB object.
|
ValueBlob |
LobStorageFrontend.createBlob(InputStream in,
long maxLength) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ValueBlob |
ValueBlob.createSmall(byte[] data)
Creates a small BLOB value that can be stored in the row directly.
|
static ValueBlob |
ValueBlob.createSmall(byte[] data)
Creates a small BLOB value that can be stored in the row directly.
|
static ValueBlob |
ValueBlob.createTempBlob(InputStream in,
long length,
DataHandler handler)
Create a temporary BLOB value from a stream.
|
static ValueBlob |
ValueBlob.createTempBlob(InputStream in,
long length,
DataHandler handler)
Create a temporary BLOB value from a stream.
|
Copyright © 2022. All rights reserved.