Uses of Class
org.h2.table.PlanItem
Packages that use PlanItem
-
Uses of PlanItem in org.h2.table
Fields in org.h2.table declared as PlanItemModifier and TypeFieldDescriptionprivate PlanItemPlanItem.joinPlanprivate PlanItemPlanItem.nestedJoinPlanFields in org.h2.table with type parameters of type PlanItemMethods in org.h2.table that return PlanItemModifier and TypeMethodDescriptionTable.getBestPlanItem(SessionLocal session, int[] masks, TableFilter[] filters, int filter, SortOrder sortOrder, AllColumnsForPlan allColumnsSet) Get the best plan for the given search mask.TableFilter.getBestPlanItem(SessionLocal s, TableFilter[] filters, int filter, AllColumnsForPlan allColumnsSet) Get the best plan item (index, cost) to use for the current join order.TableView.getBestPlanItem(SessionLocal session, int[] masks, TableFilter[] filters, int filter, SortOrder sortOrder, AllColumnsForPlan allColumnsSet) Plan.getItem(TableFilter filter) Get the plan item for the given table.(package private) PlanItemPlanItem.getJoinPlan()(package private) PlanItemPlanItem.getNestedJoinPlan()Methods in org.h2.table with parameters of type PlanItemModifier and TypeMethodDescription(package private) voidPlanItem.setJoinPlan(PlanItem joinPlan) (package private) voidPlanItem.setNestedJoinPlan(PlanItem nestedJoinPlan) voidTableFilter.setPlanItem(PlanItem item) Set what plan item (index, cost, masks) to use.