|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlanItem | |
---|---|
org.h2.table | Classes related to a table and table meta data. |
Uses of PlanItem in org.h2.table |
---|
Methods in org.h2.table that return PlanItem | |
---|---|
PlanItem |
TableFilter.getBestPlanItem(Session s,
int level)
Get the best plan item (index, cost) to use use for the current join order. |
PlanItem |
Table.getBestPlanItem(Session session,
int[] masks)
Get the best plan for the given search mask. |
PlanItem |
TableView.getBestPlanItem(Session session,
int[] masks)
|
PlanItem |
Plan.getItem(TableFilter filter)
Get the plan item for the given table. |
Methods in org.h2.table with parameters of type PlanItem | |
---|---|
void |
TableFilter.setPlanItem(PlanItem item)
Set what plan item (index, cost) to use use. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |