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

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

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

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

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

  public abstract io.reactiverse.pgclient.PgCursor cursor(io.reactiverse.pgclient.Tuple);
    descriptor: (Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/pgclient/PgCursor;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      args  

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

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

  public abstract <R> io.reactiverse.pgclient.PgPreparedQuery batch(java.util.List<io.reactiverse.pgclient.Tuple>, java.util.stream.Collector<io.reactiverse.pgclient.Row, ?, R>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgResult<R>>>);
    descriptor: (Ljava/util/List;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPreparedQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <R:Ljava/lang/Object;>(Ljava/util/List<Lio/reactiverse/pgclient/Tuple;>;Ljava/util/stream/Collector<Lio/reactiverse/pgclient/Row;*TR;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgResult<TR;>;>;>;)Lio/reactiverse/pgclient/PgPreparedQuery;
    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: "PgPreparedQuery.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()