Package | Description |
---|---|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
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.tools |
Various tools.
|
org.h2.value |
Data type and value implementations.
|
Modifier and Type | Method and Description |
---|---|
LobStorage |
Database.getLobStorage() |
LobStorage |
SessionRemote.getLobStorage() |
Modifier and Type | Method and Description |
---|---|
LobStorage |
DataHandler.getLobStorage()
Get the lob storage mechanism to use.
|
Modifier and Type | Method and Description |
---|---|
LobStorage |
Recover.getLobStorage()
INTERNAL
|
Modifier and Type | Method and Description |
---|---|
static ValueLobDb |
ValueLobDb.create(int type,
LobStorage lobStorage,
int tableId,
long id,
byte[] hmac,
long precision)
Create a LOB value.
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.