public interface io.reactiverse.pgclient.PgClient
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.reactiverse.pgclient.PgClient
  super_class: java.lang.Object
{
  public static io.reactiverse.pgclient.PgPool pool();
    descriptor: ()Lio/reactiverse/pgclient/PgPool;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 44
            invokestatic io.reactiverse.pgclient.PgPoolOptions.fromEnv:()Lio/reactiverse/pgclient/PgPoolOptions;
            invokestatic io.reactiverse.pgclient.PgClient.pool:(Lio/reactiverse/pgclient/PgPoolOptions;)Lio/reactiverse/pgclient/PgPool;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.reactiverse.pgclient.PgPool pool(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactiverse/pgclient/PgPool;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.String connectionUri
         0: .line 51
            aload 0 /* connectionUri */
            invokestatic io.reactiverse.pgclient.PgPoolOptions.fromUri:(Ljava/lang/String;)Lio/reactiverse/pgclient/PgPoolOptions;
            invokestatic io.reactiverse.pgclient.PgClient.pool:(Lio/reactiverse/pgclient/PgPoolOptions;)Lio/reactiverse/pgclient/PgPool;
            areturn
        end local 0 // java.lang.String connectionUri
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0  connectionUri  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      connectionUri  

  public static io.reactiverse.pgclient.PgPool pool(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/reactiverse/pgclient/PgPool;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 58
            aload 0 /* vertx */
            invokestatic io.reactiverse.pgclient.PgPoolOptions.fromEnv:()Lio/reactiverse/pgclient/PgPoolOptions;
            invokestatic io.reactiverse.pgclient.PgClient.pool:(Lio/vertx/core/Vertx;Lio/reactiverse/pgclient/PgPoolOptions;)Lio/reactiverse/pgclient/PgPool;
            areturn
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public static io.reactiverse.pgclient.PgPool pool(io.vertx.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/reactiverse/pgclient/PgPool;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // java.lang.String connectionUri
         0: .line 65
            aload 0 /* vertx */
            aload 1 /* connectionUri */
            invokestatic io.reactiverse.pgclient.PgPoolOptions.fromUri:(Ljava/lang/String;)Lio/reactiverse/pgclient/PgPoolOptions;
            invokestatic io.reactiverse.pgclient.PgClient.pool:(Lio/vertx/core/Vertx;Lio/reactiverse/pgclient/PgPoolOptions;)Lio/reactiverse/pgclient/PgPool;
            areturn
        end local 1 // java.lang.String connectionUri
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0          vertx  Lio/vertx/core/Vertx;
            0    1     1  connectionUri  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      vertx          
      connectionUri  

  public static io.reactiverse.pgclient.PgPool pool(io.reactiverse.pgclient.PgPoolOptions);
    descriptor: (Lio/reactiverse/pgclient/PgPoolOptions;)Lio/reactiverse/pgclient/PgPool;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // io.reactiverse.pgclient.PgPoolOptions options
         0: .line 75
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            ifnull 2
         1: .line 76
            new java.lang.IllegalStateException
            dup
            ldc "Running in a Vertx context => use PgPool#pool(Vertx, PgPoolOptions) instead"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 78
      StackMap locals:
      StackMap stack:
            new io.vertx.core.VertxOptions
            dup
            invokespecial io.vertx.core.VertxOptions.<init>:()V
            astore 1 /* vertxOptions */
        start local 1 // io.vertx.core.VertxOptions vertxOptions
         3: .line 79
            aload 0 /* options */
            invokevirtual io.reactiverse.pgclient.PgPoolOptions.isUsingDomainSocket:()Z
            ifeq 5
         4: .line 80
            aload 1 /* vertxOptions */
            iconst_1
            invokevirtual io.vertx.core.VertxOptions.setPreferNativeTransport:(Z)Lio/vertx/core/VertxOptions;
            pop
         5: .line 82
      StackMap locals: io.vertx.core.VertxOptions
      StackMap stack:
            aload 1 /* vertxOptions */
            invokestatic io.vertx.core.Vertx.vertx:(Lio/vertx/core/VertxOptions;)Lio/vertx/core/Vertx;
            astore 2 /* vertx */
        start local 2 // io.vertx.core.Vertx vertx
         6: .line 83
            new io.reactiverse.pgclient.impl.PgPoolImpl
            dup
            aload 2 /* vertx */
            iconst_1
            aload 0 /* options */
            invokespecial io.reactiverse.pgclient.impl.PgPoolImpl.<init>:(Lio/vertx/core/Vertx;ZLio/reactiverse/pgclient/PgPoolOptions;)V
            areturn
        end local 2 // io.vertx.core.Vertx vertx
        end local 1 // io.vertx.core.VertxOptions vertxOptions
        end local 0 // io.reactiverse.pgclient.PgPoolOptions options
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0       options  Lio/reactiverse/pgclient/PgPoolOptions;
            3    7     1  vertxOptions  Lio/vertx/core/VertxOptions;
            6    7     2         vertx  Lio/vertx/core/Vertx;
    MethodParameters:
         Name  Flags
      options  

  public static io.reactiverse.pgclient.PgPool pool(io.vertx.core.Vertx, io.reactiverse.pgclient.PgPoolOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/reactiverse/pgclient/PgPoolOptions;)Lio/reactiverse/pgclient/PgPool;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.reactiverse.pgclient.PgPoolOptions options
         0: .line 90
            new io.reactiverse.pgclient.impl.PgPoolImpl
            dup
            aload 0 /* vertx */
            iconst_0
            aload 1 /* options */
            invokespecial io.reactiverse.pgclient.impl.PgPoolImpl.<init>:(Lio/vertx/core/Vertx;ZLio/reactiverse/pgclient/PgPoolOptions;)V
            areturn
        end local 1 // io.reactiverse.pgclient.PgPoolOptions options
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    vertx  Lio/vertx/core/Vertx;
            0    1     1  options  Lio/reactiverse/pgclient/PgPoolOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public static void connect(io.vertx.core.Vertx, io.reactiverse.pgclient.PgConnectOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgConnection>>);
    descriptor: (Lio/vertx/core/Vertx;Lio/reactiverse/pgclient/PgConnectOptions;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.reactiverse.pgclient.PgConnectOptions options
        start local 2 // io.vertx.core.Handler handler
         0: .line 104
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            astore 3 /* ctx */
        start local 3 // io.vertx.core.Context ctx
         1: .line 105
            aload 3 /* ctx */
            ifnull 5
         2: .line 106
            new io.reactiverse.pgclient.impl.PgConnectionFactory
            dup
            aload 3 /* ctx */
            iconst_0
            aload 1 /* options */
            invokespecial io.reactiverse.pgclient.impl.PgConnectionFactory.<init>:(Lio/vertx/core/Context;ZLio/reactiverse/pgclient/PgConnectOptions;)V
            astore 4 /* client */
        start local 4 // io.reactiverse.pgclient.impl.PgConnectionFactory client
         3: .line 107
            aload 4 /* client */
            aload 4 /* client */
            aload 3 /* ctx */
            aload 2 /* handler */
            invokedynamic handle(Lio/reactiverse/pgclient/impl/PgConnectionFactory;Lio/vertx/core/Context;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/reactiverse/pgclient/PgClient.lambda$0(Lio/reactiverse/pgclient/impl/PgConnectionFactory;Lio/vertx/core/Context;Lio/vertx/core/Handler;Lio/reactiverse/pgclient/impl/CommandResponse;)V (6 itf)
                  (Lio/reactiverse/pgclient/impl/CommandResponse;)V
            invokevirtual io.reactiverse.pgclient.impl.PgConnectionFactory.create:(Lio/vertx/core/Handler;)V
        end local 4 // io.reactiverse.pgclient.impl.PgConnectionFactory client
         4: .line 117
            goto 6
         5: .line 118
      StackMap locals: io.vertx.core.Context
      StackMap stack:
            aload 0 /* vertx */
            aload 1 /* options */
            aload 0 /* vertx */
            aload 2 /* handler */
            invokedynamic handle(Lio/reactiverse/pgclient/PgConnectOptions;Lio/vertx/core/Vertx;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/reactiverse/pgclient/PgClient.lambda$1(Lio/reactiverse/pgclient/PgConnectOptions;Lio/vertx/core/Vertx;Lio/vertx/core/Handler;Ljava/lang/Void;)V (6 itf)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Vertx.runOnContext:(Lio/vertx/core/Handler;)V
         6: .line 126
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.Context ctx
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.reactiverse.pgclient.PgConnectOptions options
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0    vertx  Lio/vertx/core/Vertx;
            0    7     1  options  Lio/reactiverse/pgclient/PgConnectOptions;
            0    7     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgConnection;>;>;
            1    7     3      ctx  Lio/vertx/core/Context;
            3    4     4   client  Lio/reactiverse/pgclient/impl/PgConnectionFactory;
    Signature: (Lio/vertx/core/Vertx;Lio/reactiverse/pgclient/PgConnectOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgConnection;>;>;)V
    MethodParameters:
         Name  Flags
      vertx    
      options  
      handler  

  public static void connect(io.vertx.core.Vertx, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgConnection>>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.core.Handler handler
         0: .line 132
            aload 0 /* vertx */
            invokestatic io.reactiverse.pgclient.PgConnectOptions.fromEnv:()Lio/reactiverse/pgclient/PgConnectOptions;
            aload 1 /* handler */
            invokestatic io.reactiverse.pgclient.PgClient.connect:(Lio/vertx/core/Vertx;Lio/reactiverse/pgclient/PgConnectOptions;Lio/vertx/core/Handler;)V
         1: .line 133
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0    vertx  Lio/vertx/core/Vertx;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgConnection;>;>;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgConnection;>;>;)V
    MethodParameters:
         Name  Flags
      vertx    
      handler  

  public static void connect(io.vertx.core.Vertx, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgConnection>>);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // java.lang.String connectionUri
        start local 2 // io.vertx.core.Handler handler
         0: .line 139
            aload 0 /* vertx */
            aload 1 /* connectionUri */
            invokestatic io.reactiverse.pgclient.PgConnectOptions.fromUri:(Ljava/lang/String;)Lio/reactiverse/pgclient/PgConnectOptions;
            aload 2 /* handler */
            invokestatic io.reactiverse.pgclient.PgClient.connect:(Lio/vertx/core/Vertx;Lio/reactiverse/pgclient/PgConnectOptions;Lio/vertx/core/Handler;)V
         1: .line 140
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String connectionUri
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0          vertx  Lio/vertx/core/Vertx;
            0    2     1  connectionUri  Ljava/lang/String;
            0    2     2        handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgConnection;>;>;
    Signature: (Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgConnection;>;>;)V
    MethodParameters:
               Name  Flags
      vertx          
      connectionUri  
      handler        

  public abstract io.reactiverse.pgclient.PgClient query(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgRowSet>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgRowSet;>;>;)Lio/reactiverse/pgclient/PgClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      sql      
      handler  

  public abstract <R> io.reactiverse.pgclient.PgClient query(java.lang.String, java.util.stream.Collector<io.reactiverse.pgclient.Row, ?, R>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgResult<R>>>);
    descriptor: (Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <R:Ljava/lang/Object;>(Ljava/lang/String;Ljava/util/stream/Collector<Lio/reactiverse/pgclient/Row;*TR;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgResult<TR;>;>;>;)Lio/reactiverse/pgclient/PgClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
           Name  Flags
      sql        
      collector  
      handler    

  public abstract io.reactiverse.pgclient.PgClient preparedQuery(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgRowSet>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgRowSet;>;>;)Lio/reactiverse/pgclient/PgClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      sql      
      handler  

  public abstract <R> io.reactiverse.pgclient.PgClient preparedQuery(java.lang.String, java.util.stream.Collector<io.reactiverse.pgclient.Row, ?, R>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgResult<R>>>);
    descriptor: (Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <R:Ljava/lang/Object;>(Ljava/lang/String;Ljava/util/stream/Collector<Lio/reactiverse/pgclient/Row;*TR;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgResult<TR;>;>;>;)Lio/reactiverse/pgclient/PgClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
           Name  Flags
      sql        
      collector  
      handler    

  public abstract io.reactiverse.pgclient.PgClient preparedQuery(java.lang.String, io.reactiverse.pgclient.Tuple, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgRowSet>>);
    descriptor: (Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgRowSet;>;>;)Lio/reactiverse/pgclient/PgClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
           Name  Flags
      sql        
      arguments  
      handler    

  public abstract <R> io.reactiverse.pgclient.PgClient preparedQuery(java.lang.String, io.reactiverse.pgclient.Tuple, java.util.stream.Collector<io.reactiverse.pgclient.Row, ?, R>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgResult<R>>>);
    descriptor: (Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <R:Ljava/lang/Object;>(Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Ljava/util/stream/Collector<Lio/reactiverse/pgclient/Row;*TR;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgResult<TR;>;>;>;)Lio/reactiverse/pgclient/PgClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
           Name  Flags
      sql        
      arguments  
      collector  
      handler    

  public abstract io.reactiverse.pgclient.PgClient preparedBatch(java.lang.String, java.util.List<io.reactiverse.pgclient.Tuple>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgRowSet>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/reactiverse/pgclient/Tuple;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgRowSet;>;>;)Lio/reactiverse/pgclient/PgClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      sql      
      batch    
      handler  

  public abstract <R> io.reactiverse.pgclient.PgClient preparedBatch(java.lang.String, java.util.List<io.reactiverse.pgclient.Tuple>, java.util.stream.Collector<io.reactiverse.pgclient.Row, ?, R>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgResult<R>>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <R:Ljava/lang/Object;>(Ljava/lang/String;Ljava/util/List<Lio/reactiverse/pgclient/Tuple;>;Ljava/util/stream/Collector<Lio/reactiverse/pgclient/Row;*TR;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgResult<TR;>;>;>;)Lio/reactiverse/pgclient/PgClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
           Name  Flags
      sql        
      batch      
      collector  
      handler    

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  private static void lambda$0(io.reactiverse.pgclient.impl.PgConnectionFactory, io.vertx.core.Context, io.vertx.core.Handler, io.reactiverse.pgclient.impl.CommandResponse);
    descriptor: (Lio/reactiverse/pgclient/impl/PgConnectionFactory;Lio/vertx/core/Context;Lio/vertx/core/Handler;Lio/reactiverse/pgclient/impl/CommandResponse;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=6, args_size=4
        start local 3 // io.reactiverse.pgclient.impl.CommandResponse ar
         0: .line 108
            aload 3 /* ar */
            invokevirtual io.reactiverse.pgclient.impl.CommandResponse.succeeded:()Z
            ifeq 6
         1: .line 109
            aload 3 /* ar */
            invokevirtual io.reactiverse.pgclient.impl.CommandResponse.result:()Ljava/lang/Object;
            checkcast io.reactiverse.pgclient.impl.Connection
            astore 4 /* conn */
        start local 4 // io.reactiverse.pgclient.impl.Connection conn
         2: .line 110
            new io.reactiverse.pgclient.impl.PgConnectionImpl
            dup
            aload 0
            aload 1
            aload 4 /* conn */
            invokespecial io.reactiverse.pgclient.impl.PgConnectionImpl.<init>:(Lio/reactiverse/pgclient/impl/PgConnectionFactory;Lio/vertx/core/Context;Lio/reactiverse/pgclient/impl/Connection;)V
            astore 5 /* p */
        start local 5 // io.reactiverse.pgclient.impl.PgConnectionImpl p
         3: .line 111
            aload 4 /* conn */
            aload 5 /* p */
            invokeinterface io.reactiverse.pgclient.impl.Connection.init:(Lio/reactiverse/pgclient/impl/Connection$Holder;)V
         4: .line 112
            aload 2
            aload 5 /* p */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 5 // io.reactiverse.pgclient.impl.PgConnectionImpl p
        end local 4 // io.reactiverse.pgclient.impl.Connection conn
         5: .line 113
            goto 7
         6: .line 114
      StackMap locals:
      StackMap stack:
            aload 2
            aload 3 /* ar */
            invokevirtual io.reactiverse.pgclient.impl.CommandResponse.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 116
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.reactiverse.pgclient.impl.CommandResponse ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     3    ar  Lio/reactiverse/pgclient/impl/CommandResponse<Lio/reactiverse/pgclient/impl/Connection;>;
            2    5     4  conn  Lio/reactiverse/pgclient/impl/Connection;
            3    5     5     p  Lio/reactiverse/pgclient/impl/PgConnectionImpl;

  private static void lambda$1(io.reactiverse.pgclient.PgConnectOptions, io.vertx.core.Vertx, io.vertx.core.Handler, java.lang.Void);
    descriptor: (Lio/reactiverse/pgclient/PgConnectOptions;Lio/vertx/core/Vertx;Lio/vertx/core/Handler;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
        start local 3 // java.lang.Void v
         0: .line 119
            aload 0
            invokevirtual io.reactiverse.pgclient.PgConnectOptions.isUsingDomainSocket:()Z
            ifeq 3
            aload 1
            invokeinterface io.vertx.core.Vertx.isNativeTransportEnabled:()Z
            ifne 3
         1: .line 120
            aload 2
            ldc "Native transport is not available"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 121
            goto 4
         3: .line 122
      StackMap locals:
      StackMap stack:
            aload 1
            aload 0
            aload 2
            invokestatic io.reactiverse.pgclient.PgClient.connect:(Lio/vertx/core/Vertx;Lio/reactiverse/pgclient/PgConnectOptions;Lio/vertx/core/Handler;)V
         4: .line 124
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     3     v  Ljava/lang/Void;
}
SourceFile: "PgClient.java"
InnerClasses:
  public abstract Holder = io.reactiverse.pgclient.impl.Connection$Holder of io.reactiverse.pgclient.impl.Connection
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()