public interface io.vertx.sqlclient.PreparedQuery
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.sqlclient.PreparedQuery
  super_class: java.lang.Object
{
  public io.vertx.sqlclient.PreparedQuery execute(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.sqlclient.RowSet>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/sqlclient/PreparedQuery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.PreparedQuery this
        start local 1 // io.vertx.core.Handler handler
         0: .line 43
            aload 0 /* this */
            getstatic io.vertx.sqlclient.impl.ArrayTuple.EMPTY:Lio/vertx/sqlclient/Tuple;
            aload 1 /* handler */
            invokeinterface io.vertx.sqlclient.PreparedQuery.execute:(Lio/vertx/sqlclient/Tuple;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/PreparedQuery;
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.sqlclient.PreparedQuery this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/sqlclient/PreparedQuery;
            0    1     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/RowSet;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/RowSet;>;>;)Lio/vertx/sqlclient/PreparedQuery;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public <R> io.vertx.sqlclient.PreparedQuery execute(java.util.stream.Collector<io.vertx.sqlclient.Row, ?, R>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.sqlclient.SqlResult<R>>>);
    descriptor: (Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/PreparedQuery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.sqlclient.PreparedQuery this
        start local 1 // java.util.stream.Collector collector
        start local 2 // io.vertx.core.Handler handler
         0: .line 51
            aload 0 /* this */
            getstatic io.vertx.sqlclient.impl.ArrayTuple.EMPTY:Lio/vertx/sqlclient/Tuple;
            aload 1 /* collector */
            aload 2 /* handler */
            invokeinterface io.vertx.sqlclient.PreparedQuery.execute:(Lio/vertx/sqlclient/Tuple;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/PreparedQuery;
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.stream.Collector collector
        end local 0 // io.vertx.sqlclient.PreparedQuery this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/sqlclient/PreparedQuery;
            0    1     1  collector  Ljava/util/stream/Collector<Lio/vertx/sqlclient/Row;*TR;>;
            0    1     2    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/SqlResult<TR;>;>;>;
    Signature: <R:Ljava/lang/Object;>(Ljava/util/stream/Collector<Lio/vertx/sqlclient/Row;*TR;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/SqlResult<TR;>;>;>;)Lio/vertx/sqlclient/PreparedQuery;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
           Name  Flags
      collector  
      handler    

  public abstract io.vertx.sqlclient.PreparedQuery execute(io.vertx.sqlclient.Tuple, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.sqlclient.RowSet>>);
    descriptor: (Lio/vertx/sqlclient/Tuple;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/PreparedQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/sqlclient/Tuple;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/RowSet;>;>;)Lio/vertx/sqlclient/PreparedQuery;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      args     
      handler  

  public abstract <R> io.vertx.sqlclient.PreparedQuery execute(io.vertx.sqlclient.Tuple, java.util.stream.Collector<io.vertx.sqlclient.Row, ?, R>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.sqlclient.SqlResult<R>>>);
    descriptor: (Lio/vertx/sqlclient/Tuple;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/PreparedQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <R:Ljava/lang/Object;>(Lio/vertx/sqlclient/Tuple;Ljava/util/stream/Collector<Lio/vertx/sqlclient/Row;*TR;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/SqlResult<TR;>;>;>;)Lio/vertx/sqlclient/PreparedQuery;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
           Name  Flags
      args       
      collector  
      handler    

  public io.vertx.sqlclient.Cursor cursor();
    descriptor: ()Lio/vertx/sqlclient/Cursor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.sqlclient.PreparedQuery this
         0: .line 77
            aload 0 /* this */
            getstatic io.vertx.sqlclient.impl.ArrayTuple.EMPTY:Lio/vertx/sqlclient/Tuple;
            invokeinterface io.vertx.sqlclient.PreparedQuery.cursor:(Lio/vertx/sqlclient/Tuple;)Lio/vertx/sqlclient/Cursor;
            areturn
        end local 0 // io.vertx.sqlclient.PreparedQuery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/PreparedQuery;

  public abstract io.vertx.sqlclient.Cursor cursor(io.vertx.sqlclient.Tuple);
    descriptor: (Lio/vertx/sqlclient/Tuple;)Lio/vertx/sqlclient/Cursor;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      args  

  public abstract io.vertx.sqlclient.RowStream<io.vertx.sqlclient.Row> createStream(int, io.vertx.sqlclient.Tuple);
    descriptor: (ILio/vertx/sqlclient/Tuple;)Lio/vertx/sqlclient/RowStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILio/vertx/sqlclient/Tuple;)Lio/vertx/sqlclient/RowStream<Lio/vertx/sqlclient/Row;>;
    MethodParameters:
       Name  Flags
      fetch  
      args   

  public abstract io.vertx.sqlclient.PreparedQuery batch(java.util.List<io.vertx.sqlclient.Tuple>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.sqlclient.RowSet>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/PreparedQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/List<Lio/vertx/sqlclient/Tuple;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/RowSet;>;>;)Lio/vertx/sqlclient/PreparedQuery;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
          Name  Flags
      argsList  
      handler   

  public abstract <R> io.vertx.sqlclient.PreparedQuery batch(java.util.List<io.vertx.sqlclient.Tuple>, java.util.stream.Collector<io.vertx.sqlclient.Row, ?, R>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.sqlclient.SqlResult<R>>>);
    descriptor: (Ljava/util/List;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/PreparedQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <R:Ljava/lang/Object;>(Ljava/util/List<Lio/vertx/sqlclient/Tuple;>;Ljava/util/stream/Collector<Lio/vertx/sqlclient/Row;*TR;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/SqlResult<TR;>;>;>;)Lio/vertx/sqlclient/PreparedQuery;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
           Name  Flags
      argsList   
      collector  
      handler    

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  
}
SourceFile: "PreparedQuery.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()