final class io.vertx.pgclient.impl.codec.PgEncoder extends io.netty.channel.ChannelOutboundHandlerAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.vertx.pgclient.impl.codec.PgEncoder
  super_class: io.netty.channel.ChannelOutboundHandlerAdapter
{
  private static final byte PASSWORD_MESSAGE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 112

  private static final byte QUERY;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 81

  private static final byte TERMINATE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 88

  private static final byte PARSE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 80

  private static final byte BIND;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 66

  private static final byte DESCRIBE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 68

  private static final byte EXECUTE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 69

  private static final byte CLOSE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 67

  private static final byte SYNC;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 83

  private final java.util.ArrayDeque<io.vertx.pgclient.impl.codec.PgCommandCodec<?, ?>> inflight;
    descriptor: Ljava/util/ArrayDeque;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/ArrayDeque<Lio/vertx/pgclient/impl/codec/PgCommandCodec<**>;>;

  private io.netty.channel.ChannelHandlerContext ctx;
    descriptor: Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0002) ACC_PRIVATE

  private io.netty.buffer.ByteBuf out;
    descriptor: Lio/netty/buffer/ByteBuf;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.pgclient.impl.codec.PgDecoder dec;
    descriptor: Lio/vertx/pgclient/impl/codec/PgDecoder;
    flags: (0x0002) ACC_PRIVATE

  void <init>(io.vertx.pgclient.impl.codec.PgDecoder, java.util.ArrayDeque<io.vertx.pgclient.impl.codec.PgCommandCodec<?, ?>>);
    descriptor: (Lio/vertx/pgclient/impl/codec/PgDecoder;Ljava/util/ArrayDeque;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
        start local 1 // io.vertx.pgclient.impl.codec.PgDecoder dec
        start local 2 // java.util.ArrayDeque inflight
         0: .line 67
            aload 0 /* this */
            invokespecial io.netty.channel.ChannelOutboundHandlerAdapter.<init>:()V
         1: .line 68
            aload 0 /* this */
            aload 2 /* inflight */
            putfield io.vertx.pgclient.impl.codec.PgEncoder.inflight:Ljava/util/ArrayDeque;
         2: .line 69
            aload 0 /* this */
            aload 1 /* dec */
            putfield io.vertx.pgclient.impl.codec.PgEncoder.dec:Lio/vertx/pgclient/impl/codec/PgDecoder;
         3: .line 70
            return
        end local 2 // java.util.ArrayDeque inflight
        end local 1 // io.vertx.pgclient.impl.codec.PgDecoder dec
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/vertx/pgclient/impl/codec/PgEncoder;
            0    4     1       dec  Lio/vertx/pgclient/impl/codec/PgDecoder;
            0    4     2  inflight  Ljava/util/ArrayDeque<Lio/vertx/pgclient/impl/codec/PgCommandCodec<**>;>;
    Signature: (Lio/vertx/pgclient/impl/codec/PgDecoder;Ljava/util/ArrayDeque<Lio/vertx/pgclient/impl/codec/PgCommandCodec<**>;>;)V
    MethodParameters:
          Name  Flags
      dec       
      inflight  

  void write(io.vertx.sqlclient.impl.command.CommandBase<?>);
    descriptor: (Lio/vertx/sqlclient/impl/command/CommandBase;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
        start local 1 // io.vertx.sqlclient.impl.command.CommandBase cmd
         0: .line 73
            aload 0 /* this */
            aload 1 /* cmd */
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.wrap:(Lio/vertx/sqlclient/impl/command/CommandBase;)Lio/vertx/pgclient/impl/codec/PgCommandCodec;
            astore 2 /* codec */
        start local 2 // io.vertx.pgclient.impl.codec.PgCommandCodec codec
         1: .line 74
            aload 2 /* codec */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/pgclient/impl/codec/PgEncoder;)Lio/vertx/core/Handler;
              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/pgclient/impl/codec/PgEncoder.lambda$0(Lio/vertx/sqlclient/impl/command/CommandResponse;)V (7)
                  (Lio/vertx/sqlclient/impl/command/CommandResponse;)V
            putfield io.vertx.pgclient.impl.codec.PgCommandCodec.completionHandler:Lio/vertx/core/Handler;
         2: .line 79
            aload 2 /* codec */
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.ctx:Lio/netty/channel/ChannelHandlerContext;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/netty/channel/ChannelHandlerContext;)Lio/vertx/core/Handler;
              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/netty/channel/ChannelHandlerContext.fireChannelRead(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext; (9 itf)
                  (Lio/vertx/pgclient/impl/codec/NoticeResponse;)V
            putfield io.vertx.pgclient.impl.codec.PgCommandCodec.noticeHandler:Lio/vertx/core/Handler;
         3: .line 80
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.inflight:Ljava/util/ArrayDeque;
            aload 2 /* codec */
            invokevirtual java.util.ArrayDeque.add:(Ljava/lang/Object;)Z
            pop
         4: .line 81
            aload 2 /* codec */
            aload 0 /* this */
            invokevirtual io.vertx.pgclient.impl.codec.PgCommandCodec.encode:(Lio/vertx/pgclient/impl/codec/PgEncoder;)V
         5: .line 82
            return
        end local 2 // io.vertx.pgclient.impl.codec.PgCommandCodec codec
        end local 1 // io.vertx.sqlclient.impl.command.CommandBase cmd
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/pgclient/impl/codec/PgEncoder;
            0    6     1    cmd  Lio/vertx/sqlclient/impl/command/CommandBase<*>;
            1    6     2  codec  Lio/vertx/pgclient/impl/codec/PgCommandCodec<**>;
    Signature: (Lio/vertx/sqlclient/impl/command/CommandBase<*>;)V
    MethodParameters:
      Name  Flags
      cmd   

  private io.vertx.pgclient.impl.codec.PgCommandCodec<?, ?> wrap(io.vertx.sqlclient.impl.command.CommandBase<?>);
    descriptor: (Lio/vertx/sqlclient/impl/command/CommandBase;)Lio/vertx/pgclient/impl/codec/PgCommandCodec;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
        start local 1 // io.vertx.sqlclient.impl.command.CommandBase cmd
         0: .line 85
            aload 1 /* cmd */
            instanceof io.vertx.sqlclient.impl.command.InitCommand
            ifeq 2
         1: .line 86
            new io.vertx.pgclient.impl.codec.InitCommandCodec
            dup
            aload 1 /* cmd */
            checkcast io.vertx.sqlclient.impl.command.InitCommand
            invokespecial io.vertx.pgclient.impl.codec.InitCommandCodec.<init>:(Lio/vertx/sqlclient/impl/command/InitCommand;)V
            areturn
         2: .line 87
      StackMap locals:
      StackMap stack:
            aload 1 /* cmd */
            instanceof io.vertx.sqlclient.impl.command.SimpleQueryCommand
            ifeq 4
         3: .line 88
            new io.vertx.pgclient.impl.codec.SimpleQueryCodec
            dup
            aload 1 /* cmd */
            checkcast io.vertx.sqlclient.impl.command.SimpleQueryCommand
            invokespecial io.vertx.pgclient.impl.codec.SimpleQueryCodec.<init>:(Lio/vertx/sqlclient/impl/command/SimpleQueryCommand;)V
            areturn
         4: .line 89
      StackMap locals:
      StackMap stack:
            aload 1 /* cmd */
            instanceof io.vertx.sqlclient.impl.command.ExtendedQueryCommand
            ifeq 6
         5: .line 90
            new io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec
            dup
            aload 1 /* cmd */
            checkcast io.vertx.sqlclient.impl.command.ExtendedQueryCommand
            invokespecial io.vertx.pgclient.impl.codec.ExtendedQueryCommandCodec.<init>:(Lio/vertx/sqlclient/impl/command/ExtendedQueryCommand;)V
            areturn
         6: .line 91
      StackMap locals:
      StackMap stack:
            aload 1 /* cmd */
            instanceof io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand
            ifeq 8
         7: .line 92
            new io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec
            dup
            aload 1 /* cmd */
            checkcast io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand
            invokespecial io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec.<init>:(Lio/vertx/sqlclient/impl/command/ExtendedBatchQueryCommand;)V
            areturn
         8: .line 93
      StackMap locals:
      StackMap stack:
            aload 1 /* cmd */
            instanceof io.vertx.sqlclient.impl.command.PrepareStatementCommand
            ifeq 10
         9: .line 94
            new io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec
            dup
            aload 1 /* cmd */
            checkcast io.vertx.sqlclient.impl.command.PrepareStatementCommand
            invokespecial io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.<init>:(Lio/vertx/sqlclient/impl/command/PrepareStatementCommand;)V
            areturn
        10: .line 95
      StackMap locals:
      StackMap stack:
            aload 1 /* cmd */
            instanceof io.vertx.sqlclient.impl.command.CloseConnectionCommand
            ifeq 12
        11: .line 96
            getstatic io.vertx.pgclient.impl.codec.CloseConnectionCommandCodec.INSTANCE:Lio/vertx/pgclient/impl/codec/CloseConnectionCommandCodec;
            areturn
        12: .line 97
      StackMap locals:
      StackMap stack:
            aload 1 /* cmd */
            instanceof io.vertx.sqlclient.impl.command.CloseCursorCommand
            ifeq 14
        13: .line 98
            new io.vertx.pgclient.impl.codec.ClosePortalCommandCodec
            dup
            aload 1 /* cmd */
            checkcast io.vertx.sqlclient.impl.command.CloseCursorCommand
            invokespecial io.vertx.pgclient.impl.codec.ClosePortalCommandCodec.<init>:(Lio/vertx/sqlclient/impl/command/CloseCursorCommand;)V
            areturn
        14: .line 99
      StackMap locals:
      StackMap stack:
            aload 1 /* cmd */
            instanceof io.vertx.sqlclient.impl.command.CloseStatementCommand
            ifeq 16
        15: .line 100
            new io.vertx.pgclient.impl.codec.CloseStatementCommandCodec
            dup
            aload 1 /* cmd */
            checkcast io.vertx.sqlclient.impl.command.CloseStatementCommand
            invokespecial io.vertx.pgclient.impl.codec.CloseStatementCommandCodec.<init>:(Lio/vertx/sqlclient/impl/command/CloseStatementCommand;)V
            areturn
        16: .line 102
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 1 // io.vertx.sqlclient.impl.command.CommandBase cmd
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lio/vertx/pgclient/impl/codec/PgEncoder;
            0   17     1   cmd  Lio/vertx/sqlclient/impl/command/CommandBase<*>;
    Signature: (Lio/vertx/sqlclient/impl/command/CommandBase<*>;)Lio/vertx/pgclient/impl/codec/PgCommandCodec<**>;
    MethodParameters:
      Name  Flags
      cmd   

  public void handlerAdded(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 107
            aload 0 /* this */
            aload 1 /* ctx */
            putfield io.vertx.pgclient.impl.codec.PgEncoder.ctx:Lio/netty/channel/ChannelHandlerContext;
         1: .line 108
            return
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/pgclient/impl/codec/PgEncoder;
            0    2     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   

  public void write(io.netty.channel.ChannelHandlerContext, java.lang.Object, io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Object msg
        start local 3 // io.netty.channel.ChannelPromise promise
         0: .line 112
            aload 2 /* msg */
            instanceof io.vertx.sqlclient.impl.command.CommandBase
            ifeq 4
         1: .line 113
            aload 2 /* msg */
            checkcast io.vertx.sqlclient.impl.command.CommandBase
            astore 4 /* cmd */
        start local 4 // io.vertx.sqlclient.impl.command.CommandBase cmd
         2: .line 114
            aload 0 /* this */
            aload 4 /* cmd */
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.write:(Lio/vertx/sqlclient/impl/command/CommandBase;)V
        end local 4 // io.vertx.sqlclient.impl.command.CommandBase cmd
         3: .line 115
            goto 5
         4: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* msg */
            aload 3 /* promise */
            invokespecial io.netty.channel.ChannelOutboundHandlerAdapter.write:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
         5: .line 118
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.netty.channel.ChannelPromise promise
        end local 2 // java.lang.Object msg
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/vertx/pgclient/impl/codec/PgEncoder;
            0    6     1      ctx  Lio/netty/channel/ChannelHandlerContext;
            0    6     2      msg  Ljava/lang/Object;
            0    6     3  promise  Lio/netty/channel/ChannelPromise;
            2    3     4      cmd  Lio/vertx/sqlclient/impl/command/CommandBase<*>;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      ctx      
      msg      
      promise  

  public void flush(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 122
            aload 0 /* this */
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.flush:()V
         1: .line 123
            return
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/pgclient/impl/codec/PgEncoder;
            0    2     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   

  void flush();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
         0: .line 126
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            ifnull 5
         1: .line 127
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            astore 1 /* buff */
        start local 1 // io.netty.buffer.ByteBuf buff
         2: .line 128
            aload 0 /* this */
            aconst_null
            putfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
         3: .line 129
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* buff */
            invokeinterface io.netty.channel.ChannelHandlerContext.writeAndFlush:(Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
            pop
        end local 1 // io.netty.buffer.ByteBuf buff
         4: .line 130
            goto 6
         5: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.flush:()Lio/netty/channel/ChannelHandlerContext;
            pop
         6: .line 133
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/pgclient/impl/codec/PgEncoder;
            2    4     1  buff  Lio/netty/buffer/ByteBuf;

  void writeTerminate();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
         0: .line 140
            aload 0 /* this */
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
         1: .line 141
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            bipush 88
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 142
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_4
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 143
            return
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/pgclient/impl/codec/PgEncoder;

  void writeSync();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
         0: .line 159
            aload 0 /* this */
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
         1: .line 160
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            bipush 83
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 161
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_4
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 162
            return
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/pgclient/impl/codec/PgEncoder;

  void writeClosePortal(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
        start local 1 // java.lang.String portal
         0: .line 174
            aload 0 /* this */
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
         1: .line 175
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            istore 2 /* pos */
        start local 2 // int pos
         2: .line 176
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            bipush 67
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 177
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 178
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            bipush 80
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         5: .line 179
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            aload 1 /* portal */
            invokestatic io.vertx.pgclient.impl.util.Util.writeCStringUTF8:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;)V
         6: .line 180
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iload 2 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            iload 2 /* pos */
            isub
            iconst_1
            isub
            invokevirtual io.netty.buffer.ByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
            pop
         7: .line 181
            return
        end local 2 // int pos
        end local 1 // java.lang.String portal
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/vertx/pgclient/impl/codec/PgEncoder;
            0    8     1  portal  Ljava/lang/String;
            2    8     2     pos  I
    MethodParameters:
        Name  Flags
      portal  

  void writeStartupMessage(io.vertx.pgclient.impl.codec.StartupMessage);
    descriptor: (Lio/vertx/pgclient/impl/codec/StartupMessage;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
        start local 1 // io.vertx.pgclient.impl.codec.StartupMessage msg
         0: .line 184
            aload 0 /* this */
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
         1: .line 186
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            istore 2 /* pos */
        start local 2 // int pos
         2: .line 188
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 190
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_3
            invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 191
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
            pop
         5: .line 193
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            getstatic io.vertx.pgclient.impl.codec.StartupMessage.BUFF_USER:Lio/netty/buffer/ByteBuf;
            invokestatic io.vertx.pgclient.impl.util.Util.writeCString:(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)V
         6: .line 194
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            aload 1 /* msg */
            getfield io.vertx.pgclient.impl.codec.StartupMessage.username:Ljava/lang/String;
            invokestatic io.vertx.pgclient.impl.util.Util.writeCStringUTF8:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;)V
         7: .line 195
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            getstatic io.vertx.pgclient.impl.codec.StartupMessage.BUFF_DATABASE:Lio/netty/buffer/ByteBuf;
            invokestatic io.vertx.pgclient.impl.util.Util.writeCString:(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)V
         8: .line 196
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            aload 1 /* msg */
            getfield io.vertx.pgclient.impl.codec.StartupMessage.database:Ljava/lang/String;
            invokestatic io.vertx.pgclient.impl.util.Util.writeCStringUTF8:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;)V
         9: .line 197
            aload 1 /* msg */
            getfield io.vertx.pgclient.impl.codec.StartupMessage.properties:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 13
      StackMap locals: io.vertx.pgclient.impl.codec.PgEncoder io.vertx.pgclient.impl.codec.StartupMessage int top java.util.Iterator
      StackMap stack:
        10: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 3 /* property */
        start local 3 // java.util.Map$Entry property
        11: .line 198
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            aload 3 /* property */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokestatic io.vertx.pgclient.impl.util.Util.writeCString:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;Ljava/nio/charset/Charset;)V
        12: .line 199
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            aload 3 /* property */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokestatic io.vertx.pgclient.impl.util.Util.writeCString:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;Ljava/nio/charset/Charset;)V
        end local 3 // java.util.Map$Entry property
        13: .line 197
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        14: .line 202
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
        15: .line 203
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iload 2 /* pos */
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            iload 2 /* pos */
            isub
            invokevirtual io.netty.buffer.ByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
            pop
        16: .line 204
            return
        end local 2 // int pos
        end local 1 // io.vertx.pgclient.impl.codec.StartupMessage msg
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lio/vertx/pgclient/impl/codec/PgEncoder;
            0   17     1       msg  Lio/vertx/pgclient/impl/codec/StartupMessage;
            2   17     2       pos  I
           11   13     3  property  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      msg   

  void writePasswordMessage(io.vertx.pgclient.impl.codec.PasswordMessage);
    descriptor: (Lio/vertx/pgclient/impl/codec/PasswordMessage;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
        start local 1 // io.vertx.pgclient.impl.codec.PasswordMessage msg
         0: .line 207
            aload 0 /* this */
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
         1: .line 208
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            istore 2 /* pos */
        start local 2 // int pos
         2: .line 209
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            bipush 112
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 210
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 211
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            aload 1 /* msg */
            getfield io.vertx.pgclient.impl.codec.PasswordMessage.hash:Ljava/lang/String;
            invokestatic io.vertx.pgclient.impl.util.Util.writeCStringUTF8:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;)V
         5: .line 212
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iload 2 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            iload 2 /* pos */
            isub
            iconst_1
            isub
            invokevirtual io.netty.buffer.ByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 213
            return
        end local 2 // int pos
        end local 1 // io.vertx.pgclient.impl.codec.PasswordMessage msg
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/pgclient/impl/codec/PgEncoder;
            0    7     1   msg  Lio/vertx/pgclient/impl/codec/PasswordMessage;
            2    7     2   pos  I
    MethodParameters:
      Name  Flags
      msg   

  void writeQuery(io.vertx.pgclient.impl.codec.Query);
    descriptor: (Lio/vertx/pgclient/impl/codec/Query;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
        start local 1 // io.vertx.pgclient.impl.codec.Query query
         0: .line 224
            aload 0 /* this */
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
         1: .line 225
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            istore 2 /* pos */
        start local 2 // int pos
         2: .line 226
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            bipush 81
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 227
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 228
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            aload 1 /* query */
            getfield io.vertx.pgclient.impl.codec.Query.sql:Ljava/lang/String;
            invokestatic io.vertx.pgclient.impl.util.Util.writeCStringUTF8:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;)V
         5: .line 229
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iload 2 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            iload 2 /* pos */
            isub
            iconst_1
            isub
            invokevirtual io.netty.buffer.ByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 230
            return
        end local 2 // int pos
        end local 1 // io.vertx.pgclient.impl.codec.Query query
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lio/vertx/pgclient/impl/codec/PgEncoder;
            0    7     1  query  Lio/vertx/pgclient/impl/codec/Query;
            2    7     2    pos  I
    MethodParameters:
       Name  Flags
      query  

  void writeDescribe(io.vertx.pgclient.impl.codec.Describe);
    descriptor: (Lio/vertx/pgclient/impl/codec/Describe;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
        start local 1 // io.vertx.pgclient.impl.codec.Describe describe
         0: .line 251
            aload 0 /* this */
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
         1: .line 252
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            istore 2 /* pos */
        start local 2 // int pos
         2: .line 253
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            bipush 68
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 254
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 255
            aload 1 /* describe */
            getfield io.vertx.pgclient.impl.codec.Describe.statement:J
            lconst_0
            lcmp
            ifeq 8
         5: .line 256
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            bipush 83
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 257
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            aload 1 /* describe */
            getfield io.vertx.pgclient.impl.codec.Describe.statement:J
            invokevirtual io.netty.buffer.ByteBuf.writeLong:(J)Lio/netty/buffer/ByteBuf;
            pop
         7: .line 258
            goto 14
      StackMap locals: int
      StackMap stack:
         8: aload 1 /* describe */
            getfield io.vertx.pgclient.impl.codec.Describe.portal:Ljava/lang/String;
            ifnull 12
         9: .line 259
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            bipush 80
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
        10: .line 260
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            aload 1 /* describe */
            getfield io.vertx.pgclient.impl.codec.Describe.portal:Ljava/lang/String;
            invokestatic io.vertx.pgclient.impl.util.Util.writeCStringUTF8:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;)V
        11: .line 261
            goto 14
        12: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            bipush 83
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
        13: .line 263
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            ldc ""
            invokestatic io.vertx.pgclient.impl.util.Util.writeCStringUTF8:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;)V
        14: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iload 2 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            iload 2 /* pos */
            isub
            iconst_1
            isub
            invokevirtual io.netty.buffer.ByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
            pop
        15: .line 266
            return
        end local 2 // int pos
        end local 1 // io.vertx.pgclient.impl.codec.Describe describe
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lio/vertx/pgclient/impl/codec/PgEncoder;
            0   16     1  describe  Lio/vertx/pgclient/impl/codec/Describe;
            2   16     2       pos  I
    MethodParameters:
          Name  Flags
      describe  

  void writeParse(io.vertx.pgclient.impl.codec.Parse);
    descriptor: (Lio/vertx/pgclient/impl/codec/Parse;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
        start local 1 // io.vertx.pgclient.impl.codec.Parse parse
         0: .line 275
            aload 0 /* this */
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
         1: .line 276
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            istore 2 /* pos */
        start local 2 // int pos
         2: .line 277
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            bipush 80
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 278
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 279
            aload 1 /* parse */
            getfield io.vertx.pgclient.impl.codec.Parse.statement:J
            lconst_0
            lcmp
            ifne 7
         5: .line 280
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 281
            goto 8
         7: .line 282
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            aload 1 /* parse */
            getfield io.vertx.pgclient.impl.codec.Parse.statement:J
            invokevirtual io.netty.buffer.ByteBuf.writeLong:(J)Lio/netty/buffer/ByteBuf;
            pop
         8: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            aload 1 /* parse */
            getfield io.vertx.pgclient.impl.codec.Parse.query:Ljava/lang/String;
            invokestatic io.vertx.pgclient.impl.util.Util.writeCStringUTF8:(Lio/netty/buffer/ByteBuf;Ljava/lang/String;)V
         9: .line 287
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
            pop
        10: .line 295
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iload 2 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            iload 2 /* pos */
            isub
            iconst_1
            isub
            invokevirtual io.netty.buffer.ByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
            pop
        11: .line 296
            return
        end local 2 // int pos
        end local 1 // io.vertx.pgclient.impl.codec.Parse parse
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lio/vertx/pgclient/impl/codec/PgEncoder;
            0   12     1  parse  Lio/vertx/pgclient/impl/codec/Parse;
            2   12     2    pos  I
    MethodParameters:
       Name  Flags
      parse  

  void writeExecute(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
        start local 1 // java.lang.String portal
        start local 2 // int rowCount
         0: .line 317
            aload 0 /* this */
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
         1: .line 318
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            istore 3 /* pos */
        start local 3 // int pos
         2: .line 319
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            bipush 69
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 320
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 321
            aload 1 /* portal */
            ifnull 6
         5: .line 322
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            aload 1 /* portal */
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual io.netty.buffer.ByteBuf.writeCharSequence:(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)I
            pop
         6: .line 324
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         7: .line 325
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iload 2 /* rowCount */
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         8: .line 326
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iload 3 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            iload 3 /* pos */
            isub
            iconst_1
            isub
            invokevirtual io.netty.buffer.ByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
            pop
         9: .line 327
            return
        end local 3 // int pos
        end local 2 // int rowCount
        end local 1 // java.lang.String portal
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lio/vertx/pgclient/impl/codec/PgEncoder;
            0   10     1    portal  Ljava/lang/String;
            0   10     2  rowCount  I
            2   10     3       pos  I
    MethodParameters:
          Name  Flags
      portal    
      rowCount  

  void writeBind(io.vertx.pgclient.impl.codec.Bind, java.lang.String, java.util.List<java.lang.Object>);
    descriptor: (Lio/vertx/pgclient/impl/codec/Bind;Ljava/lang/String;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=10, args_size=4
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
        start local 1 // io.vertx.pgclient.impl.codec.Bind bind
        start local 2 // java.lang.String portal
        start local 3 // java.util.List paramValues
         0: .line 338
            aload 0 /* this */
            invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.ensureBuffer:()V
         1: .line 339
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            istore 4 /* pos */
        start local 4 // int pos
         2: .line 340
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            bipush 66
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         3: .line 341
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 342
            aload 2 /* portal */
            ifnull 6
         5: .line 343
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            aload 2 /* portal */
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual io.netty.buffer.ByteBuf.writeCharSequence:(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)I
            pop
         6: .line 345
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         7: .line 346
            aload 1 /* bind */
            getfield io.vertx.pgclient.impl.codec.Bind.statement:J
            lconst_0
            lcmp
            ifne 10
         8: .line 347
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         9: .line 348
            goto 11
        10: .line 349
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            aload 1 /* bind */
            getfield io.vertx.pgclient.impl.codec.Bind.statement:J
            invokevirtual io.netty.buffer.ByteBuf.writeLong:(J)Lio/netty/buffer/ByteBuf;
            pop
        11: .line 351
      StackMap locals:
      StackMap stack:
            aload 3 /* paramValues */
            invokeinterface java.util.List.size:()I
            istore 5 /* paramLen */
        start local 5 // int paramLen
        12: .line 352
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iload 5 /* paramLen */
            invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
            pop
        13: .line 354
            iconst_0
            istore 6 /* c */
        start local 6 // int c
        14: goto 19
        15: .line 356
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            aload 1 /* bind */
            getfield io.vertx.pgclient.impl.codec.Bind.paramTypes:[Lio/vertx/pgclient/impl/codec/DataType;
            iload 6 /* c */
            aaload
            getfield io.vertx.pgclient.impl.codec.DataType.supportsBinary:Z
            ifeq 16
            iconst_1
            goto 17
      StackMap locals:
      StackMap stack: io.netty.buffer.ByteBuf
        16: iconst_0
      StackMap locals: io.vertx.pgclient.impl.codec.PgEncoder io.vertx.pgclient.impl.codec.Bind java.lang.String java.util.List int int int
      StackMap stack: io.netty.buffer.ByteBuf int
        17: invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
            pop
        18: .line 354
            iinc 6 /* c */ 1
      StackMap locals:
      StackMap stack:
        19: iload 6 /* c */
            iload 5 /* paramLen */
            if_icmplt 15
        end local 6 // int c
        20: .line 358
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iload 5 /* paramLen */
            invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
            pop
        21: .line 359
            iconst_0
            istore 6 /* c */
        start local 6 // int c
        22: goto 36
        23: .line 360
      StackMap locals:
      StackMap stack:
            aload 3 /* paramValues */
            iload 6 /* c */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            astore 7 /* param */
        start local 7 // java.lang.Object param
        24: .line 361
            aload 7 /* param */
            ifnonnull 27
        25: .line 363
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_m1
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
        26: .line 364
            goto 35
        27: .line 365
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* bind */
            getfield io.vertx.pgclient.impl.codec.Bind.paramTypes:[Lio/vertx/pgclient/impl/codec/DataType;
            iload 6 /* c */
            aaload
            astore 8 /* dataType */
        start local 8 // io.vertx.pgclient.impl.codec.DataType dataType
        28: .line 366
            aload 8 /* dataType */
            getfield io.vertx.pgclient.impl.codec.DataType.supportsBinary:Z
            ifeq 34
        29: .line 367
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            istore 9 /* idx */
        start local 9 // int idx
        30: .line 368
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
        31: .line 369
            aload 8 /* dataType */
            aload 7 /* param */
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokestatic io.vertx.pgclient.impl.codec.DataTypeCodec.encodeBinary:(Lio/vertx/pgclient/impl/codec/DataType;Ljava/lang/Object;Lio/netty/buffer/ByteBuf;)V
        32: .line 370
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iload 9 /* idx */
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            iload 9 /* idx */
            isub
            iconst_4
            isub
            invokevirtual io.netty.buffer.ByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
            pop
        end local 9 // int idx
        33: .line 371
            goto 35
        34: .line 372
      StackMap locals: io.vertx.pgclient.impl.codec.DataType
      StackMap stack:
            aload 8 /* dataType */
            aload 7 /* param */
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokestatic io.vertx.pgclient.impl.codec.DataTypeCodec.encodeText:(Lio/vertx/pgclient/impl/codec/DataType;Ljava/lang/Object;Lio/netty/buffer/ByteBuf;)V
        end local 8 // io.vertx.pgclient.impl.codec.DataType dataType
        end local 7 // java.lang.Object param
        35: .line 359
      StackMap locals:
      StackMap stack:
            iinc 6 /* c */ 1
      StackMap locals:
      StackMap stack:
        36: iload 6 /* c */
            iload 5 /* paramLen */
            if_icmplt 23
        end local 6 // int c
        37: .line 380
            aload 1 /* bind */
            getfield io.vertx.pgclient.impl.codec.Bind.resultColumns:[Lio/vertx/pgclient/impl/codec/PgColumnDesc;
            arraylength
            ifle 47
        38: .line 381
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            aload 1 /* bind */
            getfield io.vertx.pgclient.impl.codec.Bind.resultColumns:[Lio/vertx/pgclient/impl/codec/PgColumnDesc;
            arraylength
            invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
            pop
        39: .line 382
            aload 1 /* bind */
            getfield io.vertx.pgclient.impl.codec.Bind.resultColumns:[Lio/vertx/pgclient/impl/codec/PgColumnDesc;
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 45
      StackMap locals: io.vertx.pgclient.impl.codec.PgEncoder io.vertx.pgclient.impl.codec.Bind java.lang.String java.util.List int int top int int io.vertx.pgclient.impl.codec.PgColumnDesc[]
      StackMap stack:
        40: aload 9
            iload 7
            aaload
            astore 6 /* resultColumn */
        start local 6 // io.vertx.pgclient.impl.codec.PgColumnDesc resultColumn
        41: .line 383
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            aload 6 /* resultColumn */
            getfield io.vertx.pgclient.impl.codec.PgColumnDesc.dataType:Lio/vertx/pgclient/impl/codec/DataType;
            getfield io.vertx.pgclient.impl.codec.DataType.supportsBinary:Z
            ifeq 42
            iconst_1
            goto 43
      StackMap locals: io.vertx.pgclient.impl.codec.PgEncoder io.vertx.pgclient.impl.codec.Bind java.lang.String java.util.List int int io.vertx.pgclient.impl.codec.PgColumnDesc int int io.vertx.pgclient.impl.codec.PgColumnDesc[]
      StackMap stack: io.netty.buffer.ByteBuf
        42: iconst_0
      StackMap locals: io.vertx.pgclient.impl.codec.PgEncoder io.vertx.pgclient.impl.codec.Bind java.lang.String java.util.List int int io.vertx.pgclient.impl.codec.PgColumnDesc int int io.vertx.pgclient.impl.codec.PgColumnDesc[]
      StackMap stack: io.netty.buffer.ByteBuf int
        43: invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
            pop
        end local 6 // io.vertx.pgclient.impl.codec.PgColumnDesc resultColumn
        44: .line 382
            iinc 7 1
      StackMap locals: io.vertx.pgclient.impl.codec.PgEncoder io.vertx.pgclient.impl.codec.Bind java.lang.String java.util.List int int top int int io.vertx.pgclient.impl.codec.PgColumnDesc[]
      StackMap stack:
        45: iload 7
            iload 8
            if_icmplt 40
        46: .line 385
            goto 49
        47: .line 386
      StackMap locals: io.vertx.pgclient.impl.codec.PgEncoder io.vertx.pgclient.impl.codec.Bind java.lang.String java.util.List int int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_1
            invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
            pop
        48: .line 387
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iconst_1
            invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
            pop
        49: .line 389
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            iload 4 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            iload 4 /* pos */
            isub
            iconst_1
            isub
            invokevirtual io.netty.buffer.ByteBuf.setInt:(II)Lio/netty/buffer/ByteBuf;
            pop
        50: .line 390
            return
        end local 5 // int paramLen
        end local 4 // int pos
        end local 3 // java.util.List paramValues
        end local 2 // java.lang.String portal
        end local 1 // io.vertx.pgclient.impl.codec.Bind bind
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   51     0          this  Lio/vertx/pgclient/impl/codec/PgEncoder;
            0   51     1          bind  Lio/vertx/pgclient/impl/codec/Bind;
            0   51     2        portal  Ljava/lang/String;
            0   51     3   paramValues  Ljava/util/List<Ljava/lang/Object;>;
            2   51     4           pos  I
           12   51     5      paramLen  I
           14   20     6             c  I
           22   37     6             c  I
           24   35     7         param  Ljava/lang/Object;
           28   35     8      dataType  Lio/vertx/pgclient/impl/codec/DataType;
           30   33     9           idx  I
           41   44     6  resultColumn  Lio/vertx/pgclient/impl/codec/PgColumnDesc;
    Signature: (Lio/vertx/pgclient/impl/codec/Bind;Ljava/lang/String;Ljava/util/List<Ljava/lang/Object;>;)V
    MethodParameters:
             Name  Flags
      bind         
      portal       
      paramValues  

  private void ensureBuffer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
         0: .line 393
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
            ifnonnull 2
         1: .line 394
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.ctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.alloc:()Lio/netty/buffer/ByteBufAllocator;
            invokeinterface io.netty.buffer.ByteBufAllocator.ioBuffer:()Lio/netty/buffer/ByteBuf;
            putfield io.vertx.pgclient.impl.codec.PgEncoder.out:Lio/netty/buffer/ByteBuf;
         2: .line 396
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/pgclient/impl/codec/PgEncoder;

  private void lambda$0(io.vertx.sqlclient.impl.command.CommandResponse);
    descriptor: (Lio/vertx/sqlclient/impl/command/CommandResponse;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
        start local 1 // io.vertx.sqlclient.impl.command.CommandResponse resp
         0: .line 75
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.inflight:Ljava/util/ArrayDeque;
            invokevirtual java.util.ArrayDeque.poll:()Ljava/lang/Object;
            checkcast io.vertx.pgclient.impl.codec.PgCommandCodec
            astore 2 /* c */
        start local 2 // io.vertx.pgclient.impl.codec.PgCommandCodec c
         1: .line 76
            aload 1 /* resp */
            aload 2 /* c */
            getfield io.vertx.pgclient.impl.codec.PgCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
            putfield io.vertx.sqlclient.impl.command.CommandResponse.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
         2: .line 77
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.codec.PgEncoder.ctx:Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* resp */
            invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelRead:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
            pop
        end local 2 // io.vertx.pgclient.impl.codec.PgCommandCodec c
         3: .line 78
            return
        end local 1 // io.vertx.sqlclient.impl.command.CommandResponse resp
        end local 0 // io.vertx.pgclient.impl.codec.PgEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/pgclient/impl/codec/PgEncoder;
            0    4     1  resp  Lio/vertx/sqlclient/impl/command/CommandResponse<Ljava/lang/Object;>;
            1    3     2     c  Lio/vertx/pgclient/impl/codec/PgCommandCodec<**>;
}
SourceFile: "PgEncoder.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map