| 程序包 | 说明 |
|---|---|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ValueBinary |
ValueBinary.get(byte[] b)
Get or create a VARBINARY value for the given byte array.
|
static ValueBinary |
ValueBinary.get(byte[] b)
Get or create a VARBINARY value for the given byte array.
|
static ValueBinary |
ValueBinary.getNoCopy(byte[] b)
Get or create a VARBINARY value for the given byte array.
|
static ValueBinary |
ValueBinary.getNoCopy(byte[] b)
Get or create a VARBINARY value for the given byte array.
|
Copyright © 2022. All rights reserved.