Package org.h2.table
Class PlanItem
- java.lang.Object
-
- org.h2.table.PlanItem
-
public class PlanItem extends java.lang.ObjectThe plan item describes the index to be used, and the estimated cost when using it.
-
-
Constructor Summary
Constructors Constructor Description PlanItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexgetIndex()
-
-
-
Method Detail
-
getIndex
public Index getIndex()
-
-