| 程序包 | 说明 |
|---|---|
| org.h2.table |
Classes related to a table and table meta data.
|
| 限定符和类型 | 方法和说明 |
|---|---|
PlanItem |
QueryExpressionTable.getBestPlanItem(SessionLocal session,
int[] masks,
TableFilter[] filters,
int filter,
SortOrder sortOrder,
AllColumnsForPlan allColumnsSet) |
PlanItem |
Table.getBestPlanItem(SessionLocal session,
int[] masks,
TableFilter[] filters,
int filter,
SortOrder sortOrder,
AllColumnsForPlan allColumnsSet)
Get the best plan for the given search mask.
|
PlanItem |
Table.getBestPlanItem(SessionLocal session,
int[] masks,
TableFilter[] filters,
int filter,
SortOrder sortOrder,
AllColumnsForPlan allColumnsSet)
Get the best plan for the given search mask.
|
PlanItem |
QueryExpressionTable.getBestPlanItem(SessionLocal session,
int[] masks,
TableFilter[] filters,
int filter,
SortOrder sortOrder,
AllColumnsForPlan allColumnsSet) |
PlanItem |
TableFilter.getBestPlanItem(SessionLocal s,
TableFilter[] filters,
int filter,
AllColumnsForPlan allColumnsSet)
Get the best plan item (index, cost) to use for the current join
order.
|
PlanItem |
TableFilter.getBestPlanItem(SessionLocal s,
TableFilter[] filters,
int filter,
AllColumnsForPlan allColumnsSet)
Get the best plan item (index, cost) to use for the current join
order.
|
PlanItem |
Plan.getItem(TableFilter filter)
Get the plan item for the given table.
|
PlanItem |
Plan.getItem(TableFilter filter)
Get the plan item for the given table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TableFilter.setPlanItem(PlanItem item)
Set what plan item (index, cost, masks) to use.
|
void |
TableFilter.setPlanItem(PlanItem item)
Set what plan item (index, cost, masks) to use.
|
Copyright © 2022. All rights reserved.