public class io.vertx.pgclient.impl.PgSocketConnection extends io.vertx.sqlclient.impl.SocketConnectionBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.pgclient.impl.PgSocketConnection
  super_class: io.vertx.sqlclient.impl.SocketConnectionBase
{
  private io.vertx.pgclient.impl.codec.PgCodec codec;
    descriptor: Lio/vertx/pgclient/impl/codec/PgCodec;
    flags: (0x0002) ACC_PRIVATE

  public int processId;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int secretKey;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public io.vertx.pgclient.impl.PgDatabaseMetadata dbMetaData;
    descriptor: Lio/vertx/pgclient/impl/PgDatabaseMetadata;
    flags: (0x0001) ACC_PUBLIC

  public void <init>(io.vertx.core.net.impl.NetSocketInternal, boolean, int, java.util.function.Predicate<java.lang.String>, int, io.vertx.core.impl.ContextInternal);
    descriptor: (Lio/vertx/core/net/impl/NetSocketInternal;ZILjava/util/function/Predicate;ILio/vertx/core/impl/ContextInternal;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // io.vertx.pgclient.impl.PgSocketConnection this
        start local 1 // io.vertx.core.net.impl.NetSocketInternal socket
        start local 2 // boolean cachePreparedStatements
        start local 3 // int preparedStatementCacheSize
        start local 4 // java.util.function.Predicate preparedStatementCacheSqlFilter
        start local 5 // int pipeliningLimit
        start local 6 // io.vertx.core.impl.ContextInternal context
         0: .line 59
            aload 0 /* this */
            aload 1 /* socket */
            iload 2 /* cachePreparedStatements */
            iload 3 /* preparedStatementCacheSize */
            aload 4 /* preparedStatementCacheSqlFilter */
            iload 5 /* pipeliningLimit */
            aload 6 /* context */
            invokespecial io.vertx.sqlclient.impl.SocketConnectionBase.<init>:(Lio/vertx/core/net/impl/NetSocketInternal;ZILjava/util/function/Predicate;ILio/vertx/core/impl/ContextInternal;)V
         1: .line 60
            return
        end local 6 // io.vertx.core.impl.ContextInternal context
        end local 5 // int pipeliningLimit
        end local 4 // java.util.function.Predicate preparedStatementCacheSqlFilter
        end local 3 // int preparedStatementCacheSize
        end local 2 // boolean cachePreparedStatements
        end local 1 // io.vertx.core.net.impl.NetSocketInternal socket
        end local 0 // io.vertx.pgclient.impl.PgSocketConnection this
      LocalVariableTable:
        Start  End  Slot                             Name  Signature
            0    2     0                             this  Lio/vertx/pgclient/impl/PgSocketConnection;
            0    2     1                           socket  Lio/vertx/core/net/impl/NetSocketInternal;
            0    2     2          cachePreparedStatements  Z
            0    2     3       preparedStatementCacheSize  I
            0    2     4  preparedStatementCacheSqlFilter  Ljava/util/function/Predicate<Ljava/lang/String;>;
            0    2     5                  pipeliningLimit  I
            0    2     6                          context  Lio/vertx/core/impl/ContextInternal;
    Signature: (Lio/vertx/core/net/impl/NetSocketInternal;ZILjava/util/function/Predicate<Ljava/lang/String;>;ILio/vertx/core/impl/ContextInternal;)V
    MethodParameters:
                                 Name  Flags
      socket                           
      cachePreparedStatements          
      preparedStatementCacheSize       
      preparedStatementCacheSqlFilter  
      pipeliningLimit                  
      context                          

  public void init();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.vertx.pgclient.impl.PgSocketConnection this
         0: .line 64
            aload 0 /* this */
            new io.vertx.pgclient.impl.codec.PgCodec
            dup
            invokespecial io.vertx.pgclient.impl.codec.PgCodec.<init>:()V
            putfield io.vertx.pgclient.impl.PgSocketConnection.codec:Lio/vertx/pgclient/impl/codec/PgCodec;
         1: .line 65
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.PgSocketConnection.socket:Lio/vertx/core/net/impl/NetSocketInternal;
            invokeinterface io.vertx.core.net.impl.NetSocketInternal.channelHandlerContext:()Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
            astore 1 /* pipeline */
        start local 1 // io.netty.channel.ChannelPipeline pipeline
         2: .line 66
            aload 1 /* pipeline */
            ldc "handler"
            ldc "codec"
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.PgSocketConnection.codec:Lio/vertx/pgclient/impl/codec/PgCodec;
            invokeinterface io.netty.channel.ChannelPipeline.addBefore:(Ljava/lang/String;Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         3: .line 67
            aload 0 /* this */
            invokespecial io.vertx.sqlclient.impl.SocketConnectionBase.init:()V
         4: .line 68
            return
        end local 1 // io.netty.channel.ChannelPipeline pipeline
        end local 0 // io.vertx.pgclient.impl.PgSocketConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/vertx/pgclient/impl/PgSocketConnection;
            2    5     1  pipeline  Lio/netty/channel/ChannelPipeline;

  void sendStartupMessage(java.lang.String, java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>, io.vertx.core.Promise<io.vertx.sqlclient.impl.Connection>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Promise;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=6
        start local 0 // io.vertx.pgclient.impl.PgSocketConnection this
        start local 1 // java.lang.String username
        start local 2 // java.lang.String password
        start local 3 // java.lang.String database
        start local 4 // java.util.Map properties
        start local 5 // io.vertx.core.Promise completionHandler
         0: .line 71
            new io.vertx.sqlclient.impl.command.InitCommand
            dup
            aload 0 /* this */
            aload 1 /* username */
            aload 2 /* password */
            aload 3 /* database */
            aload 4 /* properties */
            invokespecial io.vertx.sqlclient.impl.command.InitCommand.<init>:(Lio/vertx/sqlclient/impl/SocketConnectionBase;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V
            astore 6 /* cmd */
        start local 6 // io.vertx.sqlclient.impl.command.InitCommand cmd
         1: .line 72
            aload 0 /* this */
            aload 6 /* cmd */
            aload 5 /* completionHandler */
            invokevirtual io.vertx.pgclient.impl.PgSocketConnection.schedule:(Lio/vertx/sqlclient/impl/command/CommandBase;Lio/vertx/core/Promise;)V
         2: .line 73
            return
        end local 6 // io.vertx.sqlclient.impl.command.InitCommand cmd
        end local 5 // io.vertx.core.Promise completionHandler
        end local 4 // java.util.Map properties
        end local 3 // java.lang.String database
        end local 2 // java.lang.String password
        end local 1 // java.lang.String username
        end local 0 // io.vertx.pgclient.impl.PgSocketConnection this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lio/vertx/pgclient/impl/PgSocketConnection;
            0    3     1           username  Ljava/lang/String;
            0    3     2           password  Ljava/lang/String;
            0    3     3           database  Ljava/lang/String;
            0    3     4         properties  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    3     5  completionHandler  Lio/vertx/core/Promise<Lio/vertx/sqlclient/impl/Connection;>;
            1    3     6                cmd  Lio/vertx/sqlclient/impl/command/InitCommand;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/vertx/core/Promise<Lio/vertx/sqlclient/impl/Connection;>;)V
    MethodParameters:
                   Name  Flags
      username           
      password           
      database           
      properties         
      completionHandler  

  void sendCancelRequestMessage(int, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (IILio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.pgclient.impl.PgSocketConnection this
        start local 1 // int processId
        start local 2 // int secretKey
        start local 3 // io.vertx.core.Handler handler
         0: .line 76
            bipush 16
            invokestatic io.vertx.core.buffer.Buffer.buffer:(I)Lio/vertx/core/buffer/Buffer;
            astore 4 /* buffer */
        start local 4 // io.vertx.core.buffer.Buffer buffer
         1: .line 77
            aload 4 /* buffer */
            bipush 16
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         2: .line 79
            aload 4 /* buffer */
            ldc 80877102
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         3: .line 80
            aload 4 /* buffer */
            iload 1 /* processId */
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         4: .line 81
            aload 4 /* buffer */
            iload 2 /* secretKey */
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         5: .line 83
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.PgSocketConnection.socket:Lio/vertx/core/net/impl/NetSocketInternal;
            aload 4 /* buffer */
            aload 0 /* this */
            aload 3 /* handler */
            invokedynamic handle(Lio/vertx/pgclient/impl/PgSocketConnection;Lio/vertx/core/Handler;)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/PgSocketConnection.lambda$0(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.net.impl.NetSocketInternal.write:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         6: .line 95
            return
        end local 4 // io.vertx.core.buffer.Buffer buffer
        end local 3 // io.vertx.core.Handler handler
        end local 2 // int secretKey
        end local 1 // int processId
        end local 0 // io.vertx.pgclient.impl.PgSocketConnection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lio/vertx/pgclient/impl/PgSocketConnection;
            0    7     1  processId  I
            0    7     2  secretKey  I
            0    7     3    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    7     4     buffer  Lio/vertx/core/buffer/Buffer;
    Signature: (IILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
           Name  Flags
      processId  
      secretKey  
      handler    

  protected void handleMessage(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.pgclient.impl.PgSocketConnection this
        start local 1 // java.lang.Object msg
         0: .line 99
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial io.vertx.sqlclient.impl.SocketConnectionBase.handleMessage:(Ljava/lang/Object;)V
         1: .line 100
            aload 1 /* msg */
            instanceof io.vertx.sqlclient.impl.Notification
            ifeq 4
         2: .line 101
            aload 0 /* this */
            aload 1 /* msg */
            invokevirtual io.vertx.pgclient.impl.PgSocketConnection.handleEvent:(Ljava/lang/Object;)V
         3: .line 102
            goto 6
      StackMap locals:
      StackMap stack:
         4: aload 1 /* msg */
            instanceof io.vertx.sqlclient.impl.Notice
            ifeq 6
         5: .line 103
            aload 0 /* this */
            aload 1 /* msg */
            checkcast io.vertx.sqlclient.impl.Notice
            invokevirtual io.vertx.pgclient.impl.PgSocketConnection.handleNotice:(Lio/vertx/sqlclient/impl/Notice;)V
         6: .line 105
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object msg
        end local 0 // io.vertx.pgclient.impl.PgSocketConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/pgclient/impl/PgSocketConnection;
            0    7     1   msg  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      msg   

  private void handleNotice(io.vertx.sqlclient.impl.Notice);
    descriptor: (Lio/vertx/sqlclient/impl/Notice;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.pgclient.impl.PgSocketConnection this
        start local 1 // io.vertx.sqlclient.impl.Notice notice
         0: .line 108
            aload 1 /* notice */
            getstatic io.vertx.pgclient.impl.PgSocketConnection.logger:Lio/vertx/core/impl/logging/Logger;
            invokeinterface io.vertx.sqlclient.impl.Notice.log:(Lio/vertx/core/impl/logging/Logger;)V
         1: .line 109
            return
        end local 1 // io.vertx.sqlclient.impl.Notice notice
        end local 0 // io.vertx.pgclient.impl.PgSocketConnection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/pgclient/impl/PgSocketConnection;
            0    2     1  notice  Lio/vertx/sqlclient/impl/Notice;
    MethodParameters:
        Name  Flags
      notice  

  public int getProcessId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.impl.PgSocketConnection this
         0: .line 113
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.PgSocketConnection.processId:I
            ireturn
        end local 0 // io.vertx.pgclient.impl.PgSocketConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/pgclient/impl/PgSocketConnection;

  public int getSecretKey();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.impl.PgSocketConnection this
         0: .line 118
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.PgSocketConnection.secretKey:I
            ireturn
        end local 0 // io.vertx.pgclient.impl.PgSocketConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/pgclient/impl/PgSocketConnection;

  public io.vertx.sqlclient.spi.DatabaseMetadata getDatabaseMetaData();
    descriptor: ()Lio/vertx/sqlclient/spi/DatabaseMetadata;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.impl.PgSocketConnection this
         0: .line 123
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.PgSocketConnection.dbMetaData:Lio/vertx/pgclient/impl/PgDatabaseMetadata;
            areturn
        end local 0 // io.vertx.pgclient.impl.PgSocketConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/pgclient/impl/PgSocketConnection;

  void upgradeToSSLConnection(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // io.vertx.pgclient.impl.PgSocketConnection this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 127
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.PgSocketConnection.socket:Lio/vertx/core/net/impl/NetSocketInternal;
            invokeinterface io.vertx.core.net.impl.NetSocketInternal.channelHandlerContext:()Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
            astore 2 /* pipeline */
        start local 2 // io.netty.channel.ChannelPipeline pipeline
         1: .line 128
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 3 /* upgradePromise */
        start local 3 // io.vertx.core.Promise upgradePromise
         2: .line 129
            aload 3 /* upgradePromise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            aload 1 /* completionHandler */
            invokedynamic handle(Lio/vertx/core/Handler;)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/PgSocketConnection.lambda$1(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         3: .line 141
            aload 2 /* pipeline */
            ldc "handler"
            ldc "initiate-ssl-handler"
            new io.vertx.pgclient.impl.InitiateSslHandler
            dup
            aload 0 /* this */
            aload 3 /* upgradePromise */
            invokespecial io.vertx.pgclient.impl.InitiateSslHandler.<init>:(Lio/vertx/sqlclient/impl/SocketConnectionBase;Lio/vertx/core/Promise;)V
            invokeinterface io.netty.channel.ChannelPipeline.addBefore:(Ljava/lang/String;Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         4: .line 142
            return
        end local 3 // io.vertx.core.Promise upgradePromise
        end local 2 // io.netty.channel.ChannelPipeline pipeline
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.pgclient.impl.PgSocketConnection this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lio/vertx/pgclient/impl/PgSocketConnection;
            0    5     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    5     2           pipeline  Lio/netty/channel/ChannelPipeline;
            2    5     3     upgradePromise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  protected <R> void doSchedule(io.vertx.sqlclient.impl.command.CommandBase<R>, io.vertx.core.Handler<io.vertx.core.AsyncResult<R>>);
    descriptor: (Lio/vertx/sqlclient/impl/command/CommandBase;Lio/vertx/core/Handler;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // io.vertx.pgclient.impl.PgSocketConnection this
        start local 1 // io.vertx.sqlclient.impl.command.CommandBase cmd
        start local 2 // io.vertx.core.Handler handler
         0: .line 146
            aload 1 /* cmd */
            instanceof io.vertx.sqlclient.impl.command.TxCommand
            ifeq 11
         1: .line 147
            aload 1 /* cmd */
            checkcast io.vertx.sqlclient.impl.command.TxCommand
            astore 3 /* tx */
        start local 3 // io.vertx.sqlclient.impl.command.TxCommand tx
         2: .line 148
            new io.vertx.sqlclient.impl.command.SimpleQueryCommand
            dup
         3: .line 149
            aload 3 /* tx */
            getfield io.vertx.sqlclient.impl.command.TxCommand.kind:Lio/vertx/sqlclient/impl/command/TxCommand$Kind;
            getfield io.vertx.sqlclient.impl.command.TxCommand$Kind.sql:Ljava/lang/String;
         4: .line 150
            iconst_0
         5: .line 151
            iconst_0
         6: .line 152
            getstatic io.vertx.sqlclient.impl.command.QueryCommandBase.NULL_COLLECTOR:Ljava/util/stream/Collector;
         7: .line 153
            getstatic io.vertx.sqlclient.impl.QueryResultHandler.NOOP_HANDLER:Lio/vertx/sqlclient/impl/QueryResultHandler;
         8: .line 148
            invokespecial io.vertx.sqlclient.impl.command.SimpleQueryCommand.<init>:(Ljava/lang/String;ZZLjava/util/stream/Collector;Lio/vertx/sqlclient/impl/QueryResultHandler;)V
            astore 4 /* cmd2 */
        start local 4 // io.vertx.sqlclient.impl.command.SimpleQueryCommand cmd2
         9: .line 154
            aload 0 /* this */
            aload 4 /* cmd2 */
            aload 2 /* handler */
            aload 3 /* tx */
            invokedynamic handle(Lio/vertx/core/Handler;Lio/vertx/sqlclient/impl/command/TxCommand;)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/PgSocketConnection.lambda$2(Lio/vertx/core/Handler;Lio/vertx/sqlclient/impl/command/TxCommand;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokespecial io.vertx.sqlclient.impl.SocketConnectionBase.doSchedule:(Lio/vertx/sqlclient/impl/command/CommandBase;Lio/vertx/core/Handler;)V
        end local 4 // io.vertx.sqlclient.impl.command.SimpleQueryCommand cmd2
        end local 3 // io.vertx.sqlclient.impl.command.TxCommand tx
        10: .line 155
            goto 12
        11: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cmd */
            aload 2 /* handler */
            invokespecial io.vertx.sqlclient.impl.SocketConnectionBase.doSchedule:(Lio/vertx/sqlclient/impl/command/CommandBase;Lio/vertx/core/Handler;)V
        12: .line 158
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.sqlclient.impl.command.CommandBase cmd
        end local 0 // io.vertx.pgclient.impl.PgSocketConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lio/vertx/pgclient/impl/PgSocketConnection;
            0   13     1      cmd  Lio/vertx/sqlclient/impl/command/CommandBase<TR;>;
            0   13     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR;>;>;
            2   10     3       tx  Lio/vertx/sqlclient/impl/command/TxCommand<TR;>;
            9   10     4     cmd2  Lio/vertx/sqlclient/impl/command/SimpleQueryCommand<Ljava/lang/Void;>;
    Signature: <R:Ljava/lang/Object;>(Lio/vertx/sqlclient/impl/command/CommandBase<TR;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR;>;>;)V
    MethodParameters:
         Name  Flags
      cmd      
      handler  

  public boolean isIndeterminatePreparedStatementError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.impl.PgSocketConnection this
        start local 1 // java.lang.Throwable error
         0: .line 162
            aload 1 /* error */
            instanceof io.vertx.pgclient.PgException
            ifeq 3
         1: .line 163
            aload 1 /* error */
            checkcast io.vertx.pgclient.PgException
            astore 2 /* e */
        start local 2 // io.vertx.pgclient.PgException e
         2: .line 164
            ldc "42P18"
            aload 2 /* e */
            invokevirtual io.vertx.pgclient.PgException.getCode:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.pgclient.PgException e
         3: .line 166
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Throwable error
        end local 0 // io.vertx.pgclient.impl.PgSocketConnection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/pgclient/impl/PgSocketConnection;
            0    4     1  error  Ljava/lang/Throwable;
            2    3     2      e  Lio/vertx/pgclient/PgException;
    MethodParameters:
       Name  Flags
      error  

  private void lambda$0(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.pgclient.impl.PgSocketConnection this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 84
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 6
         1: .line 86
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.PgSocketConnection.status:Lio/vertx/sqlclient/impl/SocketConnectionBase$Status;
            getstatic io.vertx.sqlclient.impl.SocketConnectionBase$Status.CONNECTED:Lio/vertx/sqlclient/impl/SocketConnectionBase$Status;
            if_acmpne 4
         2: .line 87
            aload 0 /* this */
            getstatic io.vertx.sqlclient.impl.SocketConnectionBase$Status.CLOSING:Lio/vertx/sqlclient/impl/SocketConnectionBase$Status;
            putfield io.vertx.pgclient.impl.PgSocketConnection.status:Lio/vertx/sqlclient/impl/SocketConnectionBase$Status;
         3: .line 88
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.PgSocketConnection.socket:Lio/vertx/core/net/impl/NetSocketInternal;
            invokeinterface io.vertx.core.net.impl.NetSocketInternal.close:()Lio/vertx/core/Future;
            pop
         4: .line 90
      StackMap locals:
      StackMap stack:
            aload 1
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         5: .line 91
            goto 7
         6: .line 92
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         7: .line 94
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.pgclient.impl.PgSocketConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/pgclient/impl/PgSocketConnection;
            0    8     2    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private static void lambda$1(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=4, args_size=2
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 130
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 131
            aload 0
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 132
            goto 8
         3: .line 133
      StackMap locals:
      StackMap stack:
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            astore 2 /* cause */
        start local 2 // java.lang.Throwable cause
         4: .line 134
            aload 2 /* cause */
            instanceof io.netty.handler.codec.DecoderException
            ifeq 7
         5: .line 135
            aload 2 /* cause */
            checkcast io.netty.handler.codec.DecoderException
            astore 3 /* err */
        start local 3 // io.netty.handler.codec.DecoderException err
         6: .line 136
            aload 3 /* err */
            invokevirtual io.netty.handler.codec.DecoderException.getCause:()Ljava/lang/Throwable;
            astore 2 /* cause */
        end local 3 // io.netty.handler.codec.DecoderException err
         7: .line 138
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0
            aload 2 /* cause */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 2 // java.lang.Throwable cause
         8: .line 140
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     1     ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
            4    8     2  cause  Ljava/lang/Throwable;
            6    7     3    err  Lio/netty/handler/codec/DecoderException;

  private static void lambda$2(io.vertx.core.Handler, io.vertx.sqlclient.impl.command.TxCommand, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/sqlclient/impl/command/TxCommand;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 154
            aload 0
            aload 2 /* ar */
            aload 1
            getfield io.vertx.sqlclient.impl.command.TxCommand.result:Ljava/lang/Object;
            invokeinterface io.vertx.core.AsyncResult.map:(Ljava/lang/Object;)Lio/vertx/core/AsyncResult;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 2 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;
}
SourceFile: "PgSocketConnection.java"
InnerClasses:
  public final Status = io.vertx.sqlclient.impl.SocketConnectionBase$Status of io.vertx.sqlclient.impl.SocketConnectionBase
  public final Kind = io.vertx.sqlclient.impl.command.TxCommand$Kind of io.vertx.sqlclient.impl.command.TxCommand
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles