Package org.h2.table

Class PlanItem

java.lang.Object
org.h2.table.PlanItem

public class PlanItem extends Object
The plan item describes the index to be used, and the estimated cost when using it.
  • Constructor Details

    • PlanItem

      public PlanItem()
  • Method Details

    • getIndex

      public Index getIndex()