| 程序包 | 说明 |
|---|---|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ValueJavaObject
Implementation of the OBJECT data type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ValueBytes |
ValueBytes.get(byte[] b)
Get or create a bytes value for the given byte array.
|
static ValueBytes |
ValueBytes.getNoCopy(byte[] b)
Get or create a bytes value for the given byte array.
|
Copyright © 2017. All rights reserved.