class io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec<R> extends io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandBaseCodec<R, io.vertx.sqlclient.impl.command.ExtendedQueryCommand<R>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec
  super_class: io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandBaseCodec
{
  private static volatile int[] $SWITCH_TABLE$io$vertx$mysqlclient$impl$codec$QueryCommandBaseCodec$CommandHandlerState;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  void <init>(io.vertx.sqlclient.impl.command.ExtendedQueryCommand<R>);
    descriptor: (Lio/vertx/sqlclient/impl/command/ExtendedQueryCommand;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec this
        start local 1 // io.vertx.sqlclient.impl.command.ExtendedQueryCommand cmd
         0: .line 26
            aload 0 /* this */
            aload 1 /* cmd */
            invokespecial io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandBaseCodec.<init>:(Lio/vertx/sqlclient/impl/command/ExtendedQueryCommandBase;)V
         1: .line 27
            aload 1 /* cmd */
            invokevirtual io.vertx.sqlclient.impl.command.ExtendedQueryCommand.fetch:()I
            ifle 3
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.statement:Lio/vertx/mysqlclient/impl/codec/MySQLPreparedStatement;
            getfield io.vertx.mysqlclient.impl.codec.MySQLPreparedStatement.isCursorOpen:Z
            ifeq 3
         2: .line 29
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.statement:Lio/vertx/mysqlclient/impl/codec/MySQLPreparedStatement;
            getfield io.vertx.mysqlclient.impl.codec.MySQLPreparedStatement.rowDesc:Lio/vertx/mysqlclient/impl/codec/MySQLRowDesc;
            invokevirtual io.vertx.mysqlclient.impl.codec.MySQLRowDesc.columnDefinitions:()[Lio/vertx/mysqlclient/impl/codec/ColumnDefinition;
            putfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.columnDefinitions:[Lio/vertx/mysqlclient/impl/codec/ColumnDefinition;
         3: .line 31
      StackMap locals: io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec io.vertx.sqlclient.impl.command.ExtendedQueryCommand
      StackMap stack:
            return
        end local 1 // io.vertx.sqlclient.impl.command.ExtendedQueryCommand cmd
        end local 0 // io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/mysqlclient/impl/codec/ExtendedQueryCommandCodec<TR;>;
            0    4     1   cmd  Lio/vertx/sqlclient/impl/command/ExtendedQueryCommand<TR;>;
    Signature: (Lio/vertx/sqlclient/impl/command/ExtendedQueryCommand<TR;>;)V
    MethodParameters:
      Name  Flags
      cmd   

  void encode(io.vertx.mysqlclient.impl.codec.MySQLEncoder);
    descriptor: (Lio/vertx/mysqlclient/impl/codec/MySQLEncoder;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec this
        start local 1 // io.vertx.mysqlclient.impl.codec.MySQLEncoder encoder
         0: .line 35
            aload 0 /* this */
            aload 1 /* encoder */
            invokespecial io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandBaseCodec.encode:(Lio/vertx/mysqlclient/impl/codec/MySQLEncoder;)V
         1: .line 37
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.statement:Lio/vertx/mysqlclient/impl/codec/MySQLPreparedStatement;
            getfield io.vertx.mysqlclient.impl.codec.MySQLPreparedStatement.isCursorOpen:Z
            ifeq 5
         2: .line 38
            aload 0 /* this */
            new io.vertx.mysqlclient.impl.codec.RowResultDecoder
            dup
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.ExtendedQueryCommand
            invokevirtual io.vertx.sqlclient.impl.command.ExtendedQueryCommand.collector:()Ljava/util/stream/Collector;
            iconst_0
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.statement:Lio/vertx/mysqlclient/impl/codec/MySQLPreparedStatement;
            getfield io.vertx.mysqlclient.impl.codec.MySQLPreparedStatement.rowDesc:Lio/vertx/mysqlclient/impl/codec/MySQLRowDesc;
            invokespecial io.vertx.mysqlclient.impl.codec.RowResultDecoder.<init>:(Ljava/util/stream/Collector;ZLio/vertx/mysqlclient/impl/codec/MySQLRowDesc;)V
            putfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.decoder:Lio/vertx/mysqlclient/impl/codec/RowResultDecoder;
         3: .line 39
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.statement:Lio/vertx/mysqlclient/impl/codec/MySQLPreparedStatement;
            getfield io.vertx.mysqlclient.impl.codec.MySQLPreparedStatement.statementId:J
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.ExtendedQueryCommand
            invokevirtual io.vertx.sqlclient.impl.command.ExtendedQueryCommand.fetch:()I
            invokevirtual io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.sendStatementFetchCommand:(JI)V
         4: .line 40
            goto 9
         5: .line 41
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.ExtendedQueryCommand
            invokevirtual io.vertx.sqlclient.impl.command.ExtendedQueryCommand.fetch:()I
            ifle 8
         6: .line 43
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.statement:Lio/vertx/mysqlclient/impl/codec/MySQLPreparedStatement;
            getfield io.vertx.mysqlclient.impl.codec.MySQLPreparedStatement.statementId:J
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.statement:Lio/vertx/mysqlclient/impl/codec/MySQLPreparedStatement;
            getfield io.vertx.mysqlclient.impl.codec.MySQLPreparedStatement.paramDesc:Lio/vertx/mysqlclient/impl/codec/MySQLParamDesc;
            invokevirtual io.vertx.mysqlclient.impl.codec.MySQLParamDesc.paramDefinitions:()[Lio/vertx/mysqlclient/impl/codec/ColumnDefinition;
            iconst_1
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.ExtendedQueryCommand
            invokevirtual io.vertx.sqlclient.impl.command.ExtendedQueryCommand.params:()Lio/vertx/sqlclient/Tuple;
            iconst_1
            invokevirtual io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.sendStatementExecuteCommand:(J[Lio/vertx/mysqlclient/impl/codec/ColumnDefinition;BLio/vertx/sqlclient/Tuple;B)V
         7: .line 44
            goto 9
         8: .line 46
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.statement:Lio/vertx/mysqlclient/impl/codec/MySQLPreparedStatement;
            getfield io.vertx.mysqlclient.impl.codec.MySQLPreparedStatement.statementId:J
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.statement:Lio/vertx/mysqlclient/impl/codec/MySQLPreparedStatement;
            getfield io.vertx.mysqlclient.impl.codec.MySQLPreparedStatement.paramDesc:Lio/vertx/mysqlclient/impl/codec/MySQLParamDesc;
            invokevirtual io.vertx.mysqlclient.impl.codec.MySQLParamDesc.paramDefinitions:()[Lio/vertx/mysqlclient/impl/codec/ColumnDefinition;
            iconst_1
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.ExtendedQueryCommand
            invokevirtual io.vertx.sqlclient.impl.command.ExtendedQueryCommand.params:()Lio/vertx/sqlclient/Tuple;
            iconst_0
            invokevirtual io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.sendStatementExecuteCommand:(J[Lio/vertx/mysqlclient/impl/codec/ColumnDefinition;BLio/vertx/sqlclient/Tuple;B)V
         9: .line 49
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.mysqlclient.impl.codec.MySQLEncoder encoder
        end local 0 // io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lio/vertx/mysqlclient/impl/codec/ExtendedQueryCommandCodec<TR;>;
            0   10     1  encoder  Lio/vertx/mysqlclient/impl/codec/MySQLEncoder;
    MethodParameters:
         Name  Flags
      encoder  

  void decodePayload(io.netty.buffer.ByteBuf, int, int);
    descriptor: (Lio/netty/buffer/ByteBuf;II)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec this
        start local 1 // io.netty.buffer.ByteBuf payload
        start local 2 // int payloadLength
        start local 3 // int sequenceId
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.statement:Lio/vertx/mysqlclient/impl/codec/MySQLPreparedStatement;
            getfield io.vertx.mysqlclient.impl.codec.MySQLPreparedStatement.isCursorOpen:Z
            ifeq 7
         1: .line 54
            aload 1 /* payload */
            aload 1 /* payload */
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            invokevirtual io.netty.buffer.ByteBuf.getUnsignedByte:(I)S
            istore 4 /* first */
        start local 4 // int first
         2: .line 55
            iload 4 /* first */
            sipush 255
            if_icmpne 5
         3: .line 56
            aload 0 /* this */
            aload 1 /* payload */
            invokevirtual io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.handleErrorPacketPayload:(Lio/netty/buffer/ByteBuf;)V
         4: .line 57
            goto 27
         5: .line 59
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* payload */
            iload 2 /* payloadLength */
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/mysqlclient/impl/codec/ExtendedQueryCommandCodec;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/mysqlclient/impl/codec/ExtendedQueryCommandCodec.access$0(Lio/vertx/mysqlclient/impl/codec/ExtendedQueryCommandCodec;Lio/netty/buffer/ByteBuf;)V (6)
                  (Lio/netty/buffer/ByteBuf;)V
            invokevirtual io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.handleRows:(Lio/netty/buffer/ByteBuf;ILjava/util/function/Consumer;)V
        end local 4 // int first
         6: .line 61
            goto 27
         7: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.ExtendedQueryCommand
            invokevirtual io.vertx.sqlclient.impl.command.ExtendedQueryCommand.fetch:()I
            ifle 26
         8: .line 64
            invokestatic io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.$SWITCH_TABLE$io$vertx$mysqlclient$impl$codec$QueryCommandBaseCodec$CommandHandlerState:()[I
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.commandHandlerState:Lio/vertx/mysqlclient/impl/codec/QueryCommandBaseCodec$CommandHandlerState;
            invokevirtual io.vertx.mysqlclient.impl.codec.QueryCommandBaseCodec$CommandHandlerState.ordinal:()I
            iaload
            tableswitch { // 1 - 4
                    1: 9
                    2: 15
                    3: 17
                    4: 18
              default: 24
          }
         9: .line 66
      StackMap locals:
      StackMap stack:
            aload 1 /* payload */
            aload 1 /* payload */
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            invokevirtual io.netty.buffer.ByteBuf.getUnsignedByte:(I)S
            istore 4 /* first */
        start local 4 // int first
        10: .line 67
            iload 4 /* first */
            sipush 255
            if_icmpne 13
        11: .line 68
            aload 0 /* this */
            aload 1 /* payload */
            invokevirtual io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.handleErrorPacketPayload:(Lio/netty/buffer/ByteBuf;)V
        12: .line 69
            goto 27
        13: .line 70
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* payload */
            invokevirtual io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.handleResultsetColumnCountPacketBody:(Lio/netty/buffer/ByteBuf;)V
        14: .line 72
            goto 27
        end local 4 // int first
        15: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* payload */
            invokevirtual io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.handleResultsetColumnDefinitions:(Lio/netty/buffer/ByteBuf;)V
        16: .line 75
            goto 27
        17: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* payload */
            invokevirtual io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.skipEofPacketIfNeeded:(Lio/netty/buffer/ByteBuf;)V
        18: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.handleResultsetColumnDefinitionsDecodingCompleted:()V
        19: .line 82
            aload 0 /* this */
            iconst_0
            putfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.sequenceId:I
        20: .line 84
            aload 0 /* this */
            new io.vertx.mysqlclient.impl.codec.RowResultDecoder
            dup
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.ExtendedQueryCommand
            invokevirtual io.vertx.sqlclient.impl.command.ExtendedQueryCommand.collector:()Ljava/util/stream/Collector;
            iconst_0
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.statement:Lio/vertx/mysqlclient/impl/codec/MySQLPreparedStatement;
            getfield io.vertx.mysqlclient.impl.codec.MySQLPreparedStatement.rowDesc:Lio/vertx/mysqlclient/impl/codec/MySQLRowDesc;
            invokespecial io.vertx.mysqlclient.impl.codec.RowResultDecoder.<init>:(Ljava/util/stream/Collector;ZLio/vertx/mysqlclient/impl/codec/MySQLRowDesc;)V
            putfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.decoder:Lio/vertx/mysqlclient/impl/codec/RowResultDecoder;
        21: .line 86
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.statement:Lio/vertx/mysqlclient/impl/codec/MySQLPreparedStatement;
            iconst_1
            putfield io.vertx.mysqlclient.impl.codec.MySQLPreparedStatement.isCursorOpen:Z
        22: .line 88
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.statement:Lio/vertx/mysqlclient/impl/codec/MySQLPreparedStatement;
            getfield io.vertx.mysqlclient.impl.codec.MySQLPreparedStatement.statementId:J
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            checkcast io.vertx.sqlclient.impl.command.ExtendedQueryCommand
            invokevirtual io.vertx.sqlclient.impl.command.ExtendedQueryCommand.fetch:()I
            invokevirtual io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.sendStatementFetchCommand:(JI)V
        23: .line 89
            goto 27
        24: .line 91
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Unexpected state for decoding COM_STMT_EXECUTE response with cursor opening"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        25: .line 93
      StackMap locals:
      StackMap stack:
            goto 27
        26: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* payload */
            iload 2 /* payloadLength */
            iload 3 /* sequenceId */
            invokespecial io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandBaseCodec.decodePayload:(Lio/netty/buffer/ByteBuf;II)V
        27: .line 97
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int sequenceId
        end local 2 // int payloadLength
        end local 1 // io.netty.buffer.ByteBuf payload
        end local 0 // io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   28     0           this  Lio/vertx/mysqlclient/impl/codec/ExtendedQueryCommandCodec<TR;>;
            0   28     1        payload  Lio/netty/buffer/ByteBuf;
            0   28     2  payloadLength  I
            0   28     3     sequenceId  I
            2    6     4          first  I
           10   15     4          first  I
    MethodParameters:
               Name  Flags
      payload        
      payloadLength  
      sequenceId     

  private void sendStatementFetchCommand(long, int);
    descriptor: (JI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec this
        start local 1 // long statementId
        start local 3 // int count
         0: .line 100
            aload 0 /* this */
            invokevirtual io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.allocateBuffer:()Lio/netty/buffer/ByteBuf;
            astore 4 /* packet */
        start local 4 // io.netty.buffer.ByteBuf packet
         1: .line 102
            aload 4 /* packet */
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            istore 5 /* packetStartIdx */
        start local 5 // int packetStartIdx
         2: .line 103
            aload 4 /* packet */
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.writeMediumLE:(I)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 104
            aload 4 /* packet */
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.sequenceId:I
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 107
            aload 4 /* packet */
            bipush 28
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         5: .line 108
            aload 4 /* packet */
            lload 1 /* statementId */
            l2i
            invokevirtual io.netty.buffer.ByteBuf.writeIntLE:(I)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 109
            aload 4 /* packet */
            iload 3 /* count */
            invokevirtual io.netty.buffer.ByteBuf.writeIntLE:(I)Lio/netty/buffer/ByteBuf;
            pop
         7: .line 112
            aload 4 /* packet */
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            iload 5 /* packetStartIdx */
            isub
            iconst_4
            isub
            istore 6 /* lenOfPayload */
        start local 6 // int lenOfPayload
         8: .line 113
            aload 4 /* packet */
            iload 5 /* packetStartIdx */
            iload 6 /* lenOfPayload */
            invokevirtual io.netty.buffer.ByteBuf.setMediumLE:(II)Lio/netty/buffer/ByteBuf;
            pop
         9: .line 115
            aload 0 /* this */
            getfield io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.encoder:Lio/vertx/mysqlclient/impl/codec/MySQLEncoder;
            getfield io.vertx.mysqlclient.impl.codec.MySQLEncoder.chctx:Lio/netty/channel/ChannelHandlerContext;
            aload 4 /* packet */
            invokeinterface io.netty.channel.ChannelHandlerContext.writeAndFlush:(Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
            pop
        10: .line 116
            return
        end local 6 // int lenOfPayload
        end local 5 // int packetStartIdx
        end local 4 // io.netty.buffer.ByteBuf packet
        end local 3 // int count
        end local 1 // long statementId
        end local 0 // io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lio/vertx/mysqlclient/impl/codec/ExtendedQueryCommandCodec<TR;>;
            0   11     1     statementId  J
            0   11     3           count  I
            1   11     4          packet  Lio/netty/buffer/ByteBuf;
            2   11     5  packetStartIdx  I
            8   11     6    lenOfPayload  I
    MethodParameters:
             Name  Flags
      statementId  
      count        

  static void access$0(io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec, io.netty.buffer.ByteBuf);
    descriptor: (Lio/vertx/mysqlclient/impl/codec/ExtendedQueryCommandCodec;Lio/netty/buffer/ByteBuf;)V
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandBaseCodec.handleSingleRow:(Lio/netty/buffer/ByteBuf;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static int[] $SWITCH_TABLE$io$vertx$mysqlclient$impl$codec$QueryCommandBaseCodec$CommandHandlerState();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 24
            getstatic io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.$SWITCH_TABLE$io$vertx$mysqlclient$impl$codec$QueryCommandBaseCodec$CommandHandlerState:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic io.vertx.mysqlclient.impl.codec.QueryCommandBaseCodec$CommandHandlerState.values:()[Lio/vertx/mysqlclient/impl/codec/QueryCommandBaseCodec$CommandHandlerState;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic io.vertx.mysqlclient.impl.codec.QueryCommandBaseCodec$CommandHandlerState.COLUMN_DEFINITIONS_DECODING_COMPLETED:Lio/vertx/mysqlclient/impl/codec/QueryCommandBaseCodec$CommandHandlerState;
            invokevirtual io.vertx.mysqlclient.impl.codec.QueryCommandBaseCodec$CommandHandlerState.ordinal:()I
            iconst_3
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic io.vertx.mysqlclient.impl.codec.QueryCommandBaseCodec$CommandHandlerState.HANDLING_COLUMN_DEFINITION:Lio/vertx/mysqlclient/impl/codec/QueryCommandBaseCodec$CommandHandlerState;
            invokevirtual io.vertx.mysqlclient.impl.codec.QueryCommandBaseCodec$CommandHandlerState.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic io.vertx.mysqlclient.impl.codec.QueryCommandBaseCodec$CommandHandlerState.HANDLING_ROW_DATA_OR_END_PACKET:Lio/vertx/mysqlclient/impl/codec/QueryCommandBaseCodec$CommandHandlerState;
            invokevirtual io.vertx.mysqlclient.impl.codec.QueryCommandBaseCodec$CommandHandlerState.ordinal:()I
            iconst_4
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic io.vertx.mysqlclient.impl.codec.QueryCommandBaseCodec$CommandHandlerState.INIT:Lio/vertx/mysqlclient/impl/codec/QueryCommandBaseCodec$CommandHandlerState;
            invokevirtual io.vertx.mysqlclient.impl.codec.QueryCommandBaseCodec$CommandHandlerState.ordinal:()I
            iconst_1
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            dup
            putstatic io.vertx.mysqlclient.impl.codec.ExtendedQueryCommandCodec.$SWITCH_TABLE$io$vertx$mysqlclient$impl$codec$QueryCommandBaseCodec$CommandHandlerState:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
}
Signature: <R:Ljava/lang/Object;>Lio/vertx/mysqlclient/impl/codec/ExtendedQueryCommandBaseCodec<TR;Lio/vertx/sqlclient/impl/command/ExtendedQueryCommand<TR;>;>;
SourceFile: "ExtendedQueryCommandCodec.java"
InnerClasses:
  protected final CommandHandlerState = io.vertx.mysqlclient.impl.codec.QueryCommandBaseCodec$CommandHandlerState of io.vertx.mysqlclient.impl.codec.QueryCommandBaseCodec
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles