| 程序包 | 说明 |
|---|---|
| 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.value |
Data type and value implementations.
|
| org.h2.value.lob |
LOB data for values.
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract ValueLob |
Session.addTemporaryLob(ValueLob v)
Add a temporary LOB, which is closed when the session commits.
|
ValueLob |
SessionLocal.addTemporaryLob(ValueLob v) |
ValueLob |
SessionRemote.addTemporaryLob(ValueLob v) |
ValueLob |
SessionRemote.addTemporaryLob(ValueLob v) |
ValueLob |
SessionLocal.addTemporaryLob(ValueLob v) |
abstract ValueLob |
Session.addTemporaryLob(ValueLob v)
Add a temporary LOB, which is closed when the session commits.
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract ValueLob |
Session.addTemporaryLob(ValueLob v)
Add a temporary LOB, which is closed when the session commits.
|
ValueLob |
SessionLocal.addTemporaryLob(ValueLob v) |
ValueLob |
SessionRemote.addTemporaryLob(ValueLob v) |
ValueLob |
SessionRemote.addTemporaryLob(ValueLob v) |
ValueLob |
SessionLocal.addTemporaryLob(ValueLob v) |
abstract ValueLob |
Session.addTemporaryLob(ValueLob v)
Add a temporary LOB, which is closed when the session commits.
|
void |
SessionLocal.removeAtCommit(ValueLob v)
Remember that the given LOB value must be removed at commit.
|
void |
SessionLocal.removeAtCommit(ValueLob v)
Remember that the given LOB value must be removed at commit.
|
void |
SessionLocal.removeAtCommitStop(ValueLob v)
Do not remove this LOB value at commit any longer.
|
void |
SessionLocal.removeAtCommitStop(ValueLob v)
Do not remove this LOB value at commit any longer.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ValueLob |
LobStorageMap.copyLob(ValueLob old,
int tableId) |
ValueLob |
LobStorageMap.copyLob(ValueLob old,
int tableId) |
| 限定符和类型 | 方法和说明 |
|---|---|
ValueLob |
LobStorageMap.copyLob(ValueLob old,
int tableId) |
ValueLob |
LobStorageMap.copyLob(ValueLob old,
int tableId) |
void |
LobStorageMap.removeLob(ValueLob lob) |
void |
LobStorageMap.removeLob(ValueLob lob) |
| 限定符和类型 | 方法和说明 |
|---|---|
ValueLob |
LobStorageFrontend.copyLob(ValueLob old,
int tableId) |
ValueLob |
LobStorageInterface.copyLob(ValueLob old,
int tableId)
Copy a lob.
|
ValueLob |
LobStorageInterface.copyLob(ValueLob old,
int tableId)
Copy a lob.
|
ValueLob |
LobStorageFrontend.copyLob(ValueLob old,
int tableId) |
| 限定符和类型 | 方法和说明 |
|---|---|
ValueLob |
LobStorageFrontend.copyLob(ValueLob old,
int tableId) |
ValueLob |
LobStorageInterface.copyLob(ValueLob old,
int tableId)
Copy a lob.
|
ValueLob |
LobStorageInterface.copyLob(ValueLob old,
int tableId)
Copy a lob.
|
ValueLob |
LobStorageFrontend.copyLob(ValueLob old,
int tableId) |
void |
LobStorageFrontend.removeLob(ValueLob lob) |
void |
LobStorageInterface.removeLob(ValueLob lob)
Delete a LOB (from the database, if it is stored there).
|
void |
LobStorageInterface.removeLob(ValueLob lob)
Delete a LOB (from the database, if it is stored there).
|
void |
LobStorageFrontend.removeLob(ValueLob lob) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ValueBlob
Implementation of the BINARY LARGE OBJECT data type.
|
class |
ValueClob
Implementation of the CHARACTER LARGE OBJECT data type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ValueLob |
ValueBlob.copy(DataHandler database,
int tableId) |
ValueLob |
ValueClob.copy(DataHandler database,
int tableId) |
abstract ValueLob |
ValueLob.copy(DataHandler database,
int tableId)
Copy a large value, to be used in the given table.
|
abstract ValueLob |
ValueLob.copy(DataHandler database,
int tableId)
Copy a large value, to be used in the given table.
|
ValueLob |
ValueClob.copy(DataHandler database,
int tableId) |
ValueLob |
ValueBlob.copy(DataHandler database,
int tableId) |
ValueLob |
ValueLob.copyToResult()
Create an independent copy of this value, that will be bound to a result.
|
ValueLob |
ValueLob.copyToResult()
Create an independent copy of this value, that will be bound to a result.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LobData.remove(ValueLob value)
Remove the underlying resource, if any.
|
void |
LobDataDatabase.remove(ValueLob value) |
void |
LobDataFile.remove(ValueLob value) |
void |
LobDataFile.remove(ValueLob value) |
void |
LobDataDatabase.remove(ValueLob value) |
void |
LobData.remove(ValueLob value)
Remove the underlying resource, if any.
|
Copyright © 2022. All rights reserved.