| 程序包 | 说明 |
|---|---|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static ValueArray |
ValueArray.EMPTY
Empty array.
|
static ValueArray |
ValueArray.EMPTY
Empty array.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ValueArray |
Value.convertToAnyArray(CastDataProvider provider)
Convert this value to any ARRAY data type.
|
ValueArray |
Value.convertToAnyArray(CastDataProvider provider)
Convert this value to any ARRAY data type.
|
static ValueArray |
ValueArray.get(TypeInfo componentType,
Value[] list,
CastDataProvider provider)
Get or create a array value for the given value array.
|
static ValueArray |
ValueArray.get(TypeInfo componentType,
Value[] list,
CastDataProvider provider)
Get or create a array value for the given value array.
|
static ValueArray |
ValueArray.get(Value[] list,
CastDataProvider provider)
Get or create a array value for the given value array.
|
static ValueArray |
ValueArray.get(Value[] list,
CastDataProvider provider)
Get or create a array value for the given value array.
|
Copyright © 2022. All rights reserved.