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