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

  void <init>(io.reactiverse.pgclient.impl.PreparedStatement, io.reactiverse.pgclient.Tuple, boolean, java.util.stream.Collector<io.reactiverse.pgclient.Row, ?, T>, io.reactiverse.pgclient.impl.QueryResultHandler<T>);
    descriptor: (Lio/reactiverse/pgclient/impl/PreparedStatement;Lio/reactiverse/pgclient/Tuple;ZLjava/util/stream/Collector;Lio/reactiverse/pgclient/impl/QueryResultHandler;)V
    flags: (0x0000) 
    Code:
      stack=9, locals=6, args_size=6
        start local 0 // io.reactiverse.pgclient.impl.ExtendedQueryCommand this
        start local 1 // io.reactiverse.pgclient.impl.PreparedStatement ps
        start local 2 // io.reactiverse.pgclient.Tuple params
        start local 3 // boolean singleton
        start local 4 // java.util.stream.Collector collector
        start local 5 // io.reactiverse.pgclient.impl.QueryResultHandler resultHandler
         0: .line 37
            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.reactiverse.pgclient.impl.ExtendedQueryCommand.<init>:(Lio/reactiverse/pgclient/impl/PreparedStatement;Lio/reactiverse/pgclient/Tuple;ILjava/lang/String;ZZLjava/util/stream/Collector;Lio/reactiverse/pgclient/impl/QueryResultHandler;)V
         1: .line 38
            return
        end local 5 // io.reactiverse.pgclient.impl.QueryResultHandler resultHandler
        end local 4 // java.util.stream.Collector collector
        end local 3 // boolean singleton
        end local 2 // io.reactiverse.pgclient.Tuple params
        end local 1 // io.reactiverse.pgclient.impl.PreparedStatement ps
        end local 0 // io.reactiverse.pgclient.impl.ExtendedQueryCommand this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/reactiverse/pgclient/impl/ExtendedQueryCommand<TT;>;
            0    2     1             ps  Lio/reactiverse/pgclient/impl/PreparedStatement;
            0    2     2         params  Lio/reactiverse/pgclient/Tuple;
            0    2     3      singleton  Z
            0    2     4      collector  Ljava/util/stream/Collector<Lio/reactiverse/pgclient/Row;*TT;>;
            0    2     5  resultHandler  Lio/reactiverse/pgclient/impl/QueryResultHandler<TT;>;
    Signature: (Lio/reactiverse/pgclient/impl/PreparedStatement;Lio/reactiverse/pgclient/Tuple;ZLjava/util/stream/Collector<Lio/reactiverse/pgclient/Row;*TT;>;Lio/reactiverse/pgclient/impl/QueryResultHandler<TT;>;)V
    MethodParameters:
               Name  Flags
      ps             
      params         
      singleton      
      collector      
      resultHandler  

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

  void exec(io.reactiverse.pgclient.impl.codec.encoder.MessageEncoder);
    descriptor: (Lio/reactiverse/pgclient/impl/codec/encoder/MessageEncoder;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.ExtendedQueryCommand this
        start local 1 // io.reactiverse.pgclient.impl.codec.encoder.MessageEncoder out
         0: .line 54
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.ExtendedQueryCommand.suspended:Z
            ifeq 4
         1: .line 55
            aload 1 /* out */
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.ExtendedQueryCommand.portal:Ljava/lang/String;
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.ExtendedQueryCommand.fetch:I
            invokevirtual io.reactiverse.pgclient.impl.codec.encoder.MessageEncoder.writeExecute:(Ljava/lang/String;I)V
         2: .line 56
            aload 1 /* out */
            invokevirtual io.reactiverse.pgclient.impl.codec.encoder.MessageEncoder.writeSync:()V
         3: .line 57
            goto 9
         4: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.ExtendedQueryCommand.ps:Lio/reactiverse/pgclient/impl/PreparedStatement;
            getfield io.reactiverse.pgclient.impl.PreparedStatement.bind:Lio/reactiverse/pgclient/impl/codec/encoder/Bind;
            getfield io.reactiverse.pgclient.impl.codec.encoder.Bind.statement:J
            lconst_0
            lcmp
            ifne 6
         5: .line 59
            aload 1 /* out */
            new io.reactiverse.pgclient.impl.codec.encoder.Parse
            dup
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.ExtendedQueryCommand.ps:Lio/reactiverse/pgclient/impl/PreparedStatement;
            getfield io.reactiverse.pgclient.impl.PreparedStatement.sql:Ljava/lang/String;
            invokespecial io.reactiverse.pgclient.impl.codec.encoder.Parse.<init>:(Ljava/lang/String;)V
            invokevirtual io.reactiverse.pgclient.impl.codec.encoder.MessageEncoder.writeParse:(Lio/reactiverse/pgclient/impl/codec/encoder/Parse;)V
         6: .line 61
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.ExtendedQueryCommand.ps:Lio/reactiverse/pgclient/impl/PreparedStatement;
            getfield io.reactiverse.pgclient.impl.PreparedStatement.bind:Lio/reactiverse/pgclient/impl/codec/encoder/Bind;
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.ExtendedQueryCommand.portal:Ljava/lang/String;
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.ExtendedQueryCommand.params:Lio/reactiverse/pgclient/Tuple;
            checkcast java.util.List
            invokevirtual io.reactiverse.pgclient.impl.codec.encoder.MessageEncoder.writeBind:(Lio/reactiverse/pgclient/impl/codec/encoder/Bind;Ljava/lang/String;Ljava/util/List;)V
         7: .line 62
            aload 1 /* out */
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.ExtendedQueryCommand.portal:Ljava/lang/String;
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.ExtendedQueryCommand.fetch:I
            invokevirtual io.reactiverse.pgclient.impl.codec.encoder.MessageEncoder.writeExecute:(Ljava/lang/String;I)V
         8: .line 63
            aload 1 /* out */
            invokevirtual io.reactiverse.pgclient.impl.codec.encoder.MessageEncoder.writeSync:()V
         9: .line 65
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.reactiverse.pgclient.impl.codec.encoder.MessageEncoder out
        end local 0 // io.reactiverse.pgclient.impl.ExtendedQueryCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/reactiverse/pgclient/impl/ExtendedQueryCommand<TT;>;
            0   10     1   out  Lio/reactiverse/pgclient/impl/codec/encoder/MessageEncoder;
    MethodParameters:
      Name  Flags
      out   

  public void handlePortalSuspended();
    descriptor: ()V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.reactiverse.pgclient.impl.ExtendedQueryCommandBase.handlePortalSuspended:()V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void handleParseComplete();
    descriptor: ()V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.reactiverse.pgclient.impl.ExtendedQueryCommandBase.handleParseComplete:()V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void handleBindComplete();
    descriptor: ()V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.reactiverse.pgclient.impl.ExtendedQueryCommandBase.handleBindComplete:()V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lio/reactiverse/pgclient/impl/ExtendedQueryCommandBase<TT;>;
SourceFile: "ExtendedQueryCommand.java"