Package | Description |
---|---|
org.h2.value |
Data type and value implementations.
|
Modifier and Type | Method and Description |
---|---|
ValueLob |
ValueLob.copyToTemp()
Create an independent copy of this temporary value.
|
static ValueLob |
ValueLob.openLinked(int type,
DataHandler handler,
int tableId,
int objectId,
long precision,
boolean compression)
Create a LOB value with the given parameters.
|
static ValueLob |
ValueLob.openUnlinked(int type,
DataHandler handler,
int tableId,
int objectId,
long precision,
boolean compression,
String fileName)
Create a LOB value with the given parameters.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.