| 程序包 | 说明 |
|---|---|
| org.h2.command.query |
Contains queries.
|
| org.h2.result |
Implementation of row and internal result sets.
|
| org.h2.table |
Classes related to a table and table meta data.
|
| 限定符和类型 | 方法和说明 |
|---|---|
LocalResult |
SelectUnion.getEmptyResult() |
LocalResult |
SelectUnion.getEmptyResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
LocalResult |
LocalResult.createShallowCopy(Session targetSession)
Create a shallow copy of the result set.
|
LocalResult |
LocalResult.createShallowCopy(Session targetSession)
Create a shallow copy of the result set.
|
static LocalResult |
LocalResult.forTable(SessionLocal session,
Table table)
Constructs a new local result object for the specified table.
|
static LocalResult |
LocalResult.forTable(SessionLocal session,
Table table)
Constructs a new local result object for the specified table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Table.updateRows(Prepared prepared,
SessionLocal session,
LocalResult rows)
Update a list of rows in this table.
|
void |
TableLink.updateRows(Prepared prepared,
SessionLocal session,
LocalResult rows) |
void |
TableLink.updateRows(Prepared prepared,
SessionLocal session,
LocalResult rows) |
void |
Table.updateRows(Prepared prepared,
SessionLocal session,
LocalResult rows)
Update a list of rows in this table.
|
Copyright © 2022. All rights reserved.