Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ValueLobDb |
LobStorage.copyLob(int type,
long oldLobId,
int tableId,
long length)
Copy a lob.
|
Modifier and Type | Method and Description |
---|---|
ValueLobDb |
ValueLobDb.copyToTemp()
Create an independent copy of this temporary value.
|
static ValueLobDb |
ValueLobDb.create(int type,
LobStorage lobStorage,
int tableId,
long id,
byte[] hmac,
long precision)
Create a LOB value.
|
static ValueLobDb |
ValueLobDb.createSmallLob(int type,
byte[] small,
long precision)
Create a small lob using the given byte array.
|
static ValueLobDb |
ValueLobDb.createTempBlob(InputStream in,
long length,
DataHandler handler)
Create a temporary BLOB value from a stream.
|
static ValueLobDb |
ValueLobDb.createTempClob(Reader in,
long length,
DataHandler handler)
Create a temporary CLOB value from a stream.
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.