public interface org.h2.index.IndexLookupBatch
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.h2.index.IndexLookupBatch
  super_class: java.lang.Object
{
  public abstract boolean addSearchRows(org.h2.result.SearchRow, org.h2.result.SearchRow);
    descriptor: (Lorg/h2/result/SearchRow;Lorg/h2/result/SearchRow;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      first  
      last   

  public abstract boolean isBatchFull();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.List<java.util.concurrent.Future<org.h2.index.Cursor>> find();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Ljava/util/concurrent/Future<Lorg/h2/index/Cursor;>;>;

  public abstract java.lang.String getPlanSQL();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void reset(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      beforeQuery  
}
SourceFile: "IndexLookupBatch.java"