public class io.vertx.reactivex.pgclient.PgConnection extends io.vertx.reactivex.sqlclient.SqlConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.pgclient.PgConnection
  super_class: io.vertx.reactivex.sqlclient.SqlConnection
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.pgclient.PgConnection> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/pgclient/PgConnection;>;

  private final io.vertx.pgclient.PgConnection delegate;
    descriptor: Lio/vertx/pgclient/PgConnection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 77
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/reactivex/pgclient/PgConnection.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 78
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/reactivex/pgclient/PgConnection.getDelegate()Lio/vertx/pgclient/PgConnection; (5)
                  (Lio/vertx/reactivex/pgclient/PgConnection;)Ljava/lang/Object;
         2: .line 77
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.pgclient.PgConnection.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 79
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.pgclient.PgConnection this
         0: .line 61
            aload 0 /* this */
            getfield io.vertx.reactivex.pgclient.PgConnection.delegate:Lio/vertx/pgclient/PgConnection;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.pgclient.PgConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/pgclient/PgConnection;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.pgclient.PgConnection this
        start local 1 // java.lang.Object o
         0: .line 66
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 67
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 68
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.pgclient.PgConnection
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.pgclient.PgConnection that
         4: .line 69
            aload 0 /* this */
            getfield io.vertx.reactivex.pgclient.PgConnection.delegate:Lio/vertx/pgclient/PgConnection;
            aload 2 /* that */
            getfield io.vertx.reactivex.pgclient.PgConnection.delegate:Lio/vertx/pgclient/PgConnection;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.pgclient.PgConnection that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.pgclient.PgConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/pgclient/PgConnection;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/pgclient/PgConnection;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.pgclient.PgConnection this
         0: .line 74
            aload 0 /* this */
            getfield io.vertx.reactivex.pgclient.PgConnection.delegate:Lio/vertx/pgclient/PgConnection;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.pgclient.PgConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/pgclient/PgConnection;

  public void <init>(io.vertx.pgclient.PgConnection);
    descriptor: (Lio/vertx/pgclient/PgConnection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.pgclient.PgConnection this
        start local 1 // io.vertx.pgclient.PgConnection delegate
         0: .line 84
            aload 0 /* this */
            aload 1 /* delegate */
            invokespecial io.vertx.reactivex.sqlclient.SqlConnection.<init>:(Lio/vertx/sqlclient/SqlConnection;)V
         1: .line 85
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.pgclient.PgConnection.delegate:Lio/vertx/pgclient/PgConnection;
         2: .line 86
            return
        end local 1 // io.vertx.pgclient.PgConnection delegate
        end local 0 // io.vertx.reactivex.pgclient.PgConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/pgclient/PgConnection;
            0    3     1  delegate  Lio/vertx/pgclient/PgConnection;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.pgclient.PgConnection this
        start local 1 // java.lang.Object delegate
         0: .line 89
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.pgclient.PgConnection
            invokespecial io.vertx.reactivex.sqlclient.SqlConnection.<init>:(Lio/vertx/sqlclient/SqlConnection;)V
         1: .line 90
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.pgclient.PgConnection
            putfield io.vertx.reactivex.pgclient.PgConnection.delegate:Lio/vertx/pgclient/PgConnection;
         2: .line 91
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.pgclient.PgConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/pgclient/PgConnection;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.pgclient.PgConnection getDelegate();
    descriptor: ()Lio/vertx/pgclient/PgConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.pgclient.PgConnection this
         0: .line 94
            aload 0 /* this */
            getfield io.vertx.reactivex.pgclient.PgConnection.delegate:Lio/vertx/pgclient/PgConnection;
            areturn
        end local 0 // io.vertx.reactivex.pgclient.PgConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/pgclient/PgConnection;

  public static void connect(io.vertx.reactivex.core.Vertx, io.vertx.pgclient.PgConnectOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.pgclient.PgConnection>>);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // io.vertx.pgclient.PgConnectOptions options
        start local 2 // io.vertx.core.Handler handler
         0: .line 107
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* options */
            new io.vertx.reactivex.pgclient.PgConnection$1
            dup
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.pgclient.PgConnection$1.<init>:(Lio/vertx/core/Handler;)V
            invokestatic io.vertx.pgclient.PgConnection.connect:(Lio/vertx/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;Lio/vertx/core/Handler;)V
         1: .line 116
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.pgclient.PgConnectOptions options
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0    vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1  options  Lio/vertx/pgclient/PgConnectOptions;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/pgclient/PgConnection;>;>;
    Signature: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/pgclient/PgConnection;>;>;)V
    MethodParameters:
         Name  Flags
      vertx    
      options  
      handler  

  public static void connect(io.vertx.reactivex.core.Vertx, io.vertx.pgclient.PgConnectOptions);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // io.vertx.pgclient.PgConnectOptions options
         0: .line 127
            aload 0 /* vertx */
            aload 1 /* options */
            invokedynamic handle()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/reactivex/pgclient/PgConnection.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokestatic io.vertx.reactivex.pgclient.PgConnection.connect:(Lio/vertx/reactivex/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;Lio/vertx/core/Handler;)V
         1: .line 128
            return
        end local 1 // io.vertx.pgclient.PgConnectOptions options
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0    vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1  options  Lio/vertx/pgclient/PgConnectOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public static io.reactivex.Single<io.vertx.reactivex.pgclient.PgConnection> rxConnect(io.vertx.reactivex.core.Vertx, io.vertx.pgclient.PgConnectOptions);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;)Lio/reactivex/Single;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // io.vertx.pgclient.PgConnectOptions options
         0: .line 140
            aload 0 /* vertx */
            aload 1 /* options */
            invokedynamic accept(Lio/vertx/reactivex/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/pgclient/PgConnection.lambda$3(Lio/vertx/reactivex/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;Lio/vertx/core/Handler;)V (6)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.pgclient.PgConnectOptions options
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    vertx  Lio/vertx/reactivex/core/Vertx;
            0    1     1  options  Lio/vertx/pgclient/PgConnectOptions;
    Signature: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;)Lio/reactivex/Single<Lio/vertx/reactivex/pgclient/PgConnection;>;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public static void connect(io.vertx.reactivex.core.Vertx, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.pgclient.PgConnection>>);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // io.vertx.core.Handler handler
         0: .line 151
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            new io.vertx.reactivex.pgclient.PgConnection$2
            dup
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.pgclient.PgConnection$2.<init>:(Lio/vertx/core/Handler;)V
            invokestatic io.vertx.pgclient.PgConnection.connect:(Lio/vertx/core/Vertx;Lio/vertx/core/Handler;)V
         1: .line 160
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0    vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/pgclient/PgConnection;>;>;
    Signature: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/pgclient/PgConnection;>;>;)V
    MethodParameters:
         Name  Flags
      vertx    
      handler  

  public static void connect(io.vertx.reactivex.core.Vertx);
    descriptor: (Lio/vertx/reactivex/core/Vertx;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.Vertx vertx
         0: .line 167
            aload 0 /* vertx */
            invokedynamic handle()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/reactivex/pgclient/PgConnection.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokestatic io.vertx.reactivex.pgclient.PgConnection.connect:(Lio/vertx/reactivex/core/Vertx;Lio/vertx/core/Handler;)V
         1: .line 168
            return
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  vertx  Lio/vertx/reactivex/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public static io.reactivex.Single<io.vertx.reactivex.pgclient.PgConnection> rxConnect(io.vertx.reactivex.core.Vertx);
    descriptor: (Lio/vertx/reactivex/core/Vertx;)Lio/reactivex/Single;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.Vertx vertx
         0: .line 176
            aload 0 /* vertx */
            invokedynamic accept(Lio/vertx/reactivex/core/Vertx;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/pgclient/PgConnection.lambda$5(Lio/vertx/reactivex/core/Vertx;Lio/vertx/core/Handler;)V (6)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/reactivex/core/Vertx;
    Signature: (Lio/vertx/reactivex/core/Vertx;)Lio/reactivex/Single<Lio/vertx/reactivex/pgclient/PgConnection;>;
    MethodParameters:
       Name  Flags
      vertx  

  public static void connect(io.vertx.reactivex.core.Vertx, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.pgclient.PgConnection>>);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // java.lang.String connectionUri
        start local 2 // io.vertx.core.Handler handler
         0: .line 188
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* connectionUri */
            new io.vertx.reactivex.pgclient.PgConnection$3
            dup
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.pgclient.PgConnection$3.<init>:(Lio/vertx/core/Handler;)V
            invokestatic io.vertx.pgclient.PgConnection.connect:(Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 197
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String connectionUri
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0          vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1  connectionUri  Ljava/lang/String;
            0    2     2        handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/pgclient/PgConnection;>;>;
    Signature: (Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/pgclient/PgConnection;>;>;)V
    MethodParameters:
               Name  Flags
      vertx          
      connectionUri  
      handler        

  public static void connect(io.vertx.reactivex.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // java.lang.String connectionUri
         0: .line 205
            aload 0 /* vertx */
            aload 1 /* connectionUri */
            invokedynamic handle()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/reactivex/pgclient/PgConnection.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokestatic io.vertx.reactivex.pgclient.PgConnection.connect:(Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 206
            return
        end local 1 // java.lang.String connectionUri
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0          vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1  connectionUri  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      vertx          
      connectionUri  

  public static io.reactivex.Single<io.vertx.reactivex.pgclient.PgConnection> rxConnect(io.vertx.reactivex.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // java.lang.String connectionUri
         0: .line 215
            aload 0 /* vertx */
            aload 1 /* connectionUri */
            invokedynamic accept(Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/pgclient/PgConnection.lambda$7(Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler;)V (6)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String connectionUri
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0          vertx  Lio/vertx/reactivex/core/Vertx;
            0    1     1  connectionUri  Ljava/lang/String;
    Signature: (Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/pgclient/PgConnection;>;
    MethodParameters:
               Name  Flags
      vertx          
      connectionUri  

  public io.vertx.reactivex.pgclient.PgConnection notificationHandler(io.vertx.core.Handler<io.vertx.pgclient.PgNotification>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/pgclient/PgConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.pgclient.PgConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 229
            aload 0 /* this */
            getfield io.vertx.reactivex.pgclient.PgConnection.delegate:Lio/vertx/pgclient/PgConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.pgclient.PgConnection.notificationHandler:(Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
            pop
         1: .line 230
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.pgclient.PgConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/pgclient/PgConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/pgclient/PgNotification;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/pgclient/PgNotification;>;)Lio/vertx/reactivex/pgclient/PgConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.pgclient.PgConnection cancelRequest(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/pgclient/PgConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.pgclient.PgConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 240
            aload 0 /* this */
            getfield io.vertx.reactivex.pgclient.PgConnection.delegate:Lio/vertx/pgclient/PgConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.pgclient.PgConnection.cancelRequest:(Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
            invokestatic io.vertx.reactivex.pgclient.PgConnection.newInstance:(Lio/vertx/pgclient/PgConnection;)Lio/vertx/reactivex/pgclient/PgConnection;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.pgclient.PgConnection ret
         1: .line 241
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.pgclient.PgConnection ret
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.pgclient.PgConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/pgclient/PgConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    2     2      ret  Lio/vertx/reactivex/pgclient/PgConnection;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/pgclient/PgConnection;
    MethodParameters:
         Name  Flags
      handler  

  public int processId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.pgclient.PgConnection this
         0: .line 248
            aload 0 /* this */
            getfield io.vertx.reactivex.pgclient.PgConnection.delegate:Lio/vertx/pgclient/PgConnection;
            invokeinterface io.vertx.pgclient.PgConnection.processId:()I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 249
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.reactivex.pgclient.PgConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/pgclient/PgConnection;
            1    2     1   ret  I

  public int secretKey();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.pgclient.PgConnection this
         0: .line 256
            aload 0 /* this */
            getfield io.vertx.reactivex.pgclient.PgConnection.delegate:Lio/vertx/pgclient/PgConnection;
            invokeinterface io.vertx.pgclient.PgConnection.secretKey:()I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 257
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.reactivex.pgclient.PgConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/pgclient/PgConnection;
            1    2     1   ret  I

  public io.vertx.reactivex.pgclient.PgConnection prepare(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.sqlclient.PreparedStatement>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/pgclient/PgConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.pgclient.PgConnection this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.Handler handler
         0: .line 267
            aload 0 /* this */
            getfield io.vertx.reactivex.pgclient.PgConnection.delegate:Lio/vertx/pgclient/PgConnection;
            aload 1 /* sql */
            new io.vertx.reactivex.pgclient.PgConnection$4
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.pgclient.PgConnection$4.<init>:(Lio/vertx/reactivex/pgclient/PgConnection;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.pgclient.PgConnection.prepare:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
            pop
         1: .line 276
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.reactivex.pgclient.PgConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/pgclient/PgConnection;
            0    2     1      sql  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/sqlclient/PreparedStatement;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/sqlclient/PreparedStatement;>;>;)Lio/vertx/reactivex/pgclient/PgConnection;
    MethodParameters:
         Name  Flags
      sql      
      handler  

  public io.vertx.reactivex.pgclient.PgConnection prepare(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/pgclient/PgConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.pgclient.PgConnection this
        start local 1 // java.lang.String sql
         0: .line 286
            aload 0 /* this */
            aload 1 /* sql */
            invokedynamic handle()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/reactivex/pgclient/PgConnection.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.pgclient.PgConnection.prepare:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/pgclient/PgConnection;
         1: .line 285
            areturn
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.reactivex.pgclient.PgConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/pgclient/PgConnection;
            0    2     1   sql  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      sql   

  public io.reactivex.Single<io.vertx.reactivex.sqlclient.PreparedStatement> rxPrepare(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.pgclient.PgConnection this
        start local 1 // java.lang.String sql
         0: .line 295
            aload 0 /* this */
            aload 1 /* sql */
            invokedynamic accept(Lio/vertx/reactivex/pgclient/PgConnection;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/pgclient/PgConnection.lambda$9(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.reactivex.pgclient.PgConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/pgclient/PgConnection;
            0    1     1   sql  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/sqlclient/PreparedStatement;>;
    MethodParameters:
      Name  Flags
      sql   

  public io.vertx.reactivex.pgclient.PgConnection exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/pgclient/PgConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.pgclient.PgConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 306
            aload 0 /* this */
            getfield io.vertx.reactivex.pgclient.PgConnection.delegate:Lio/vertx/pgclient/PgConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.pgclient.PgConnection.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
            pop
         1: .line 307
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.pgclient.PgConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/pgclient/PgConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/pgclient/PgConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.pgclient.PgConnection closeHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/pgclient/PgConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.pgclient.PgConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 316
            aload 0 /* this */
            getfield io.vertx.reactivex.pgclient.PgConnection.delegate:Lio/vertx/pgclient/PgConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.pgclient.PgConnection.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
            pop
         1: .line 317
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.pgclient.PgConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/pgclient/PgConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/pgclient/PgConnection;
    MethodParameters:
         Name  Flags
      handler  

  public static io.vertx.reactivex.pgclient.PgConnection newInstance(io.vertx.pgclient.PgConnection);
    descriptor: (Lio/vertx/pgclient/PgConnection;)Lio/vertx/reactivex/pgclient/PgConnection;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.PgConnection arg
         0: .line 321
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.pgclient.PgConnection
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.pgclient.PgConnection.<init>:(Lio/vertx/pgclient/PgConnection;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.pgclient.PgConnection
         2: areturn
        end local 0 // io.vertx.pgclient.PgConnection arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/pgclient/PgConnection;
    MethodParameters:
      Name  Flags
      arg   

  public io.vertx.sqlclient.SqlConnection getDelegate();
    descriptor: ()Lio/vertx/sqlclient/SqlConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.reactivex.pgclient.PgConnection.getDelegate:()Lio/vertx/pgclient/PgConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.sqlclient.SqlClient getDelegate();
    descriptor: ()Lio/vertx/sqlclient/SqlClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.reactivex.pgclient.PgConnection.getDelegate:()Lio/vertx/pgclient/PgConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.sqlclient.SqlConnection closeHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/sqlclient/SqlConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.pgclient.PgConnection.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/pgclient/PgConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.sqlclient.SqlConnection prepare(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/sqlclient/SqlConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.pgclient.PgConnection.prepare:(Ljava/lang/String;)Lio/vertx/reactivex/pgclient/PgConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.sqlclient.SqlConnection prepare(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/sqlclient/SqlConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.pgclient.PgConnection.prepare:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/pgclient/PgConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.sqlclient.SqlConnection exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/sqlclient/SqlConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.pgclient.PgConnection.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/pgclient/PgConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 77
            new io.vertx.reactivex.pgclient.PgConnection
            dup
            aload 0 /* obj */
            checkcast io.vertx.pgclient.PgConnection
            invokespecial io.vertx.reactivex.pgclient.PgConnection.<init>:(Lio/vertx/pgclient/PgConnection;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static void lambda$2(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 127
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/pgclient/PgConnection;>;

  private static void lambda$3(io.vertx.reactivex.core.Vertx, io.vertx.pgclient.PgConnectOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;Lio/vertx/core/Handler;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // io.vertx.core.Handler $handler
         0: .line 141
            aload 0
            aload 1
            aload 2 /* $handler */
            invokestatic io.vertx.reactivex.pgclient.PgConnection.connect:(Lio/vertx/reactivex/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;Lio/vertx/core/Handler;)V
         1: .line 142
            return
        end local 2 // io.vertx.core.Handler $handler
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/pgclient/PgConnection;>;>;

  private static void lambda$4(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 167
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/pgclient/PgConnection;>;

  private static void lambda$5(io.vertx.reactivex.core.Vertx, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/core/Handler;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.Handler $handler
         0: .line 177
            aload 0
            aload 1 /* $handler */
            invokestatic io.vertx.reactivex.pgclient.PgConnection.connect:(Lio/vertx/reactivex/core/Vertx;Lio/vertx/core/Handler;)V
         1: .line 178
            return
        end local 1 // io.vertx.core.Handler $handler
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/pgclient/PgConnection;>;>;

  private static void lambda$6(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 205
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/pgclient/PgConnection;>;

  private static void lambda$7(io.vertx.reactivex.core.Vertx, java.lang.String, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // io.vertx.core.Handler $handler
         0: .line 216
            aload 0
            aload 1
            aload 2 /* $handler */
            invokestatic io.vertx.reactivex.pgclient.PgConnection.connect:(Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 217
            return
        end local 2 // io.vertx.core.Handler $handler
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/pgclient/PgConnection;>;>;

  private static void lambda$8(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 286
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/sqlclient/PreparedStatement;>;

  private void lambda$9(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.pgclient.PgConnection this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 296
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.pgclient.PgConnection.prepare:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/pgclient/PgConnection;
            pop
         1: .line 297
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.pgclient.PgConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/pgclient/PgConnection;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/sqlclient/PreparedStatement;>;>;
}
SourceFile: "PgConnection.java"
NestMembers:
  io.vertx.reactivex.pgclient.PgConnection$1  io.vertx.reactivex.pgclient.PgConnection$2  io.vertx.reactivex.pgclient.PgConnection$3  io.vertx.reactivex.pgclient.PgConnection$4
InnerClasses:
  io.vertx.reactivex.pgclient.PgConnection$1
  io.vertx.reactivex.pgclient.PgConnection$2
  io.vertx.reactivex.pgclient.PgConnection$3
  io.vertx.reactivex.pgclient.PgConnection$4
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/pgclient/PgConnection;)