| 程序包 | 说明 |
|---|---|
| org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
| org.h2.result |
Implementation of row and internal result sets.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MVTempResult
Temporary result.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ResultExternal |
MVTempResult.of(Database database,
Expression[] expressions,
boolean distinct,
int[] distinctIndexes,
int visibleColumnCount,
int resultColumnCount,
SortOrder sort)
Creates MVStore-based temporary result.
|
static ResultExternal |
MVTempResult.of(Database database,
Expression[] expressions,
boolean distinct,
int[] distinctIndexes,
int visibleColumnCount,
int resultColumnCount,
SortOrder sort)
Creates MVStore-based temporary result.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResultExternal |
ResultExternal.createShallowCopy()
Create a shallow copy of this object if possible.
|
ResultExternal |
ResultExternal.createShallowCopy()
Create a shallow copy of this object if possible.
|
Copyright © 2022. All rights reserved.