| 程序包 | 说明 |
|---|---|
| org.h2.command.query |
Contains queries.
|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract ValueRow |
SelectGroups.next()
Returns the key of the next group.
|
abstract ValueRow |
SelectGroups.next()
Returns the key of the next group.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static ValueRow |
ValueRow.EMPTY
Empty row.
|
static ValueRow |
ValueRow.EMPTY
Empty row.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ValueRow |
Value.convertToAnyRow()
Convert this value to any ROW data type.
|
ValueRow |
Value.convertToAnyRow()
Convert this value to any ROW data type.
|
static ValueRow |
ValueRow.get(ExtTypeInfoRow extTypeInfo,
Value[] list)
Get or create a typed row value for the given value array.
|
static ValueRow |
ValueRow.get(ExtTypeInfoRow extTypeInfo,
Value[] list)
Get or create a typed row value for the given value array.
|
static ValueRow |
ValueRow.get(TypeInfo typeInfo,
Value[] list)
Get or create a typed row value for the given value array.
|
static ValueRow |
ValueRow.get(TypeInfo typeInfo,
Value[] list)
Get or create a typed row value for the given value array.
|
static ValueRow |
ValueRow.get(Value[] list)
Get or create a row value for the given value array.
|
static ValueRow |
ValueRow.get(Value[] list)
Get or create a row value for the given value array.
|
Copyright © 2022. All rights reserved.