| 程序包 | 说明 |
|---|---|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2017. All rights reserved.