| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ValueClob |
LobStorageMap.createClob(Reader reader,
long maxLength) |
ValueClob |
LobStorageMap.createClob(Reader reader,
long maxLength) |
| 限定符和类型 | 方法和说明 |
|---|---|
ValueClob |
LobStorageFrontend.createClob(Reader reader,
long maxLength)
Create a CLOB object.
|
ValueClob |
LobStorageInterface.createClob(Reader reader,
long maxLength)
Create a CLOB object.
|
ValueClob |
LobStorageInterface.createClob(Reader reader,
long maxLength)
Create a CLOB object.
|
ValueClob |
LobStorageFrontend.createClob(Reader reader,
long maxLength)
Create a CLOB object.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ValueClob |
ValueClob.createSmall(byte[] data)
Creates a small CLOB value that can be stored in the row directly.
|
static ValueClob |
ValueClob.createSmall(byte[] data)
Creates a small CLOB value that can be stored in the row directly.
|
static ValueClob |
ValueClob.createSmall(byte[] data,
long charLength)
Creates a small CLOB value that can be stored in the row directly.
|
static ValueClob |
ValueClob.createSmall(byte[] data,
long charLength)
Creates a small CLOB value that can be stored in the row directly.
|
static ValueClob |
ValueClob.createSmall(String string)
Creates a small CLOB value that can be stored in the row directly.
|
static ValueClob |
ValueClob.createSmall(String string)
Creates a small CLOB value that can be stored in the row directly.
|
static ValueClob |
ValueClob.createTempClob(Reader in,
long length,
DataHandler handler)
Create a temporary CLOB value from a stream.
|
static ValueClob |
ValueClob.createTempClob(Reader in,
long length,
DataHandler handler)
Create a temporary CLOB value from a stream.
|
Copyright © 2022. All rights reserved.