Package org.h2.table

Class PlanItem


  • public class PlanItem
    extends java.lang.Object
    The 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
      Index getIndex()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlanItem

        public PlanItem()
    • Method Detail

      • getIndex

        public Index getIndex()