public class io.vertx.sqlclient.impl.command.ExtendedQueryCommand<T> extends io.vertx.sqlclient.impl.command.ExtendedQueryCommandBase<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.sqlclient.impl.command.ExtendedQueryCommand
  super_class: io.vertx.sqlclient.impl.command.ExtendedQueryCommandBase
{
  private final io.vertx.sqlclient.Tuple params;
    descriptor: Lio/vertx/sqlclient/Tuple;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.sqlclient.impl.PreparedStatement, io.vertx.sqlclient.Tuple, boolean, java.util.stream.Collector<io.vertx.sqlclient.Row, ?, T>, io.vertx.sqlclient.impl.QueryResultHandler<T>);
    descriptor: (Lio/vertx/sqlclient/impl/PreparedStatement;Lio/vertx/sqlclient/Tuple;ZLjava/util/stream/Collector;Lio/vertx/sqlclient/impl/QueryResultHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=6
        start local 0 // io.vertx.sqlclient.impl.command.ExtendedQueryCommand this
        start local 1 // io.vertx.sqlclient.impl.PreparedStatement ps
        start local 2 // io.vertx.sqlclient.Tuple params
        start local 3 // boolean singleton
        start local 4 // java.util.stream.Collector collector
        start local 5 // io.vertx.sqlclient.impl.QueryResultHandler resultHandler
         0: .line 36
            aload 0 /* this */
            aload 1 /* ps */
            aload 2 /* params */
            iconst_0
            aconst_null
            iconst_0
            iload 3 /* singleton */
            aload 4 /* collector */
            aload 5 /* resultHandler */
            invokespecial io.vertx.sqlclient.impl.command.ExtendedQueryCommand.<init>:(Lio/vertx/sqlclient/impl/PreparedStatement;Lio/vertx/sqlclient/Tuple;ILjava/lang/String;ZZLjava/util/stream/Collector;Lio/vertx/sqlclient/impl/QueryResultHandler;)V
         1: .line 37
            return
        end local 5 // io.vertx.sqlclient.impl.QueryResultHandler resultHandler
        end local 4 // java.util.stream.Collector collector
        end local 3 // boolean singleton
        end local 2 // io.vertx.sqlclient.Tuple params
        end local 1 // io.vertx.sqlclient.impl.PreparedStatement ps
        end local 0 // io.vertx.sqlclient.impl.command.ExtendedQueryCommand this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/sqlclient/impl/command/ExtendedQueryCommand<TT;>;
            0    2     1             ps  Lio/vertx/sqlclient/impl/PreparedStatement;
            0    2     2         params  Lio/vertx/sqlclient/Tuple;
            0    2     3      singleton  Z
            0    2     4      collector  Ljava/util/stream/Collector<Lio/vertx/sqlclient/Row;*TT;>;
            0    2     5  resultHandler  Lio/vertx/sqlclient/impl/QueryResultHandler<TT;>;
    Signature: (Lio/vertx/sqlclient/impl/PreparedStatement;Lio/vertx/sqlclient/Tuple;ZLjava/util/stream/Collector<Lio/vertx/sqlclient/Row;*TT;>;Lio/vertx/sqlclient/impl/QueryResultHandler<TT;>;)V
    MethodParameters:
               Name  Flags
      ps             
      params         
      singleton      
      collector      
      resultHandler  

  public void <init>(io.vertx.sqlclient.impl.PreparedStatement, io.vertx.sqlclient.Tuple, int, java.lang.String, boolean, boolean, java.util.stream.Collector<io.vertx.sqlclient.Row, ?, T>, io.vertx.sqlclient.impl.QueryResultHandler<T>);
    descriptor: (Lio/vertx/sqlclient/impl/PreparedStatement;Lio/vertx/sqlclient/Tuple;ILjava/lang/String;ZZLjava/util/stream/Collector;Lio/vertx/sqlclient/impl/QueryResultHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=9
        start local 0 // io.vertx.sqlclient.impl.command.ExtendedQueryCommand this
        start local 1 // io.vertx.sqlclient.impl.PreparedStatement ps
        start local 2 // io.vertx.sqlclient.Tuple params
        start local 3 // int fetch
        start local 4 // java.lang.String cursorId
        start local 5 // boolean suspended
        start local 6 // boolean singleton
        start local 7 // java.util.stream.Collector collector
        start local 8 // io.vertx.sqlclient.impl.QueryResultHandler resultHandler
         0: .line 47
            aload 0 /* this */
            aload 1 /* ps */
            iload 3 /* fetch */
            aload 4 /* cursorId */
            iload 5 /* suspended */
            iload 6 /* singleton */
            aload 7 /* collector */
            aload 8 /* resultHandler */
            invokespecial io.vertx.sqlclient.impl.command.ExtendedQueryCommandBase.<init>:(Lio/vertx/sqlclient/impl/PreparedStatement;ILjava/lang/String;ZZLjava/util/stream/Collector;Lio/vertx/sqlclient/impl/QueryResultHandler;)V
         1: .line 48
            aload 0 /* this */
            aload 2 /* params */
            putfield io.vertx.sqlclient.impl.command.ExtendedQueryCommand.params:Lio/vertx/sqlclient/Tuple;
         2: .line 49
            return
        end local 8 // io.vertx.sqlclient.impl.QueryResultHandler resultHandler
        end local 7 // java.util.stream.Collector collector
        end local 6 // boolean singleton
        end local 5 // boolean suspended
        end local 4 // java.lang.String cursorId
        end local 3 // int fetch
        end local 2 // io.vertx.sqlclient.Tuple params
        end local 1 // io.vertx.sqlclient.impl.PreparedStatement ps
        end local 0 // io.vertx.sqlclient.impl.command.ExtendedQueryCommand this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/sqlclient/impl/command/ExtendedQueryCommand<TT;>;
            0    3     1             ps  Lio/vertx/sqlclient/impl/PreparedStatement;
            0    3     2         params  Lio/vertx/sqlclient/Tuple;
            0    3     3          fetch  I
            0    3     4       cursorId  Ljava/lang/String;
            0    3     5      suspended  Z
            0    3     6      singleton  Z
            0    3     7      collector  Ljava/util/stream/Collector<Lio/vertx/sqlclient/Row;*TT;>;
            0    3     8  resultHandler  Lio/vertx/sqlclient/impl/QueryResultHandler<TT;>;
    Signature: (Lio/vertx/sqlclient/impl/PreparedStatement;Lio/vertx/sqlclient/Tuple;ILjava/lang/String;ZZLjava/util/stream/Collector<Lio/vertx/sqlclient/Row;*TT;>;Lio/vertx/sqlclient/impl/QueryResultHandler<TT;>;)V
    MethodParameters:
               Name  Flags
      ps             
      params         
      fetch          
      cursorId       
      suspended      
      singleton      
      collector      
      resultHandler  

  public io.vertx.sqlclient.Tuple params();
    descriptor: ()Lio/vertx/sqlclient/Tuple;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.sqlclient.impl.command.ExtendedQueryCommand this
         0: .line 52
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.command.ExtendedQueryCommand.params:Lio/vertx/sqlclient/Tuple;
            areturn
        end local 0 // io.vertx.sqlclient.impl.command.ExtendedQueryCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/impl/command/ExtendedQueryCommand<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lio/vertx/sqlclient/impl/command/ExtendedQueryCommandBase<TT;>;
SourceFile: "ExtendedQueryCommand.java"