public class io.vertx.pgclient.impl.PgConnectionImpl extends io.vertx.sqlclient.impl.SqlConnectionImpl<io.vertx.pgclient.impl.PgConnectionImpl> implements io.vertx.pgclient.PgConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.pgclient.impl.PgConnectionImpl
  super_class: io.vertx.sqlclient.impl.SqlConnectionImpl
{
  private final io.vertx.pgclient.impl.PgConnectionFactory factory;
    descriptor: Lio/vertx/pgclient/impl/PgConnectionFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile io.vertx.core.Handler<io.vertx.pgclient.PgNotification> notificationHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: Lio/vertx/core/Handler<Lio/vertx/pgclient/PgNotification;>;

  public static void connect(io.vertx.core.Vertx, io.vertx.pgclient.PgConnectOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.pgclient.PgConnection>>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/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.vertx.pgclient.PgConnectOptions options
        start local 2 // io.vertx.core.Handler handler
         0: .line 33
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            astore 3 /* ctx */
        start local 3 // io.vertx.core.Context ctx
         1: .line 34
            aload 3 /* ctx */
            ifnull 5
         2: .line 35
            new io.vertx.pgclient.impl.PgConnectionFactory
            dup
            aload 3 /* ctx */
            iconst_0
            aload 1 /* options */
            invokespecial io.vertx.pgclient.impl.PgConnectionFactory.<init>:(Lio/vertx/core/Context;ZLio/vertx/pgclient/PgConnectOptions;)V
            astore 4 /* client */
        start local 4 // io.vertx.pgclient.impl.PgConnectionFactory client
         3: .line 36
            aload 4 /* client */
            aload 4 /* client */
            aload 3 /* ctx */
            aload 2 /* handler */
            invokedynamic handle(Lio/vertx/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/vertx/pgclient/impl/PgConnectionImpl.lambda$0(Lio/vertx/pgclient/impl/PgConnectionFactory;Lio/vertx/core/Context;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.pgclient.impl.PgConnectionFactory.connectAndInit:(Lio/vertx/core/Handler;)V
        end local 4 // io.vertx.pgclient.impl.PgConnectionFactory client
         4: .line 46
            goto 6
         5: .line 47
      StackMap locals: io.vertx.core.Context
      StackMap stack:
            aload 0 /* vertx */
            aload 1 /* options */
            aload 0 /* vertx */
            aload 2 /* handler */
            invokedynamic handle(Lio/vertx/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/vertx/pgclient/impl/PgConnectionImpl.lambda$1(Lio/vertx/pgclient/PgConnectOptions;Lio/vertx/core/Vertx;Lio/vertx/core/Handler;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Vertx.runOnContext:(Lio/vertx/core/Handler;)V
         6: .line 55
      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.vertx.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/vertx/pgclient/PgConnectOptions;
            0    7     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/pgclient/PgConnection;>;>;
            1    7     3      ctx  Lio/vertx/core/Context;
            3    4     4   client  Lio/vertx/pgclient/impl/PgConnectionFactory;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/pgclient/PgConnection;>;>;)V
    MethodParameters:
         Name  Flags
      vertx    
      options  
      handler  

  public void <init>(io.vertx.pgclient.impl.PgConnectionFactory, io.vertx.core.Context, io.vertx.sqlclient.impl.Connection);
    descriptor: (Lio/vertx/pgclient/impl/PgConnectionFactory;Lio/vertx/core/Context;Lio/vertx/sqlclient/impl/Connection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.pgclient.impl.PgConnectionImpl this
        start local 1 // io.vertx.pgclient.impl.PgConnectionFactory factory
        start local 2 // io.vertx.core.Context context
        start local 3 // io.vertx.sqlclient.impl.Connection conn
         0: .line 61
            aload 0 /* this */
            aload 2 /* context */
            aload 3 /* conn */
            invokespecial io.vertx.sqlclient.impl.SqlConnectionImpl.<init>:(Lio/vertx/core/Context;Lio/vertx/sqlclient/impl/Connection;)V
         1: .line 63
            aload 0 /* this */
            aload 1 /* factory */
            putfield io.vertx.pgclient.impl.PgConnectionImpl.factory:Lio/vertx/pgclient/impl/PgConnectionFactory;
         2: .line 64
            return
        end local 3 // io.vertx.sqlclient.impl.Connection conn
        end local 2 // io.vertx.core.Context context
        end local 1 // io.vertx.pgclient.impl.PgConnectionFactory factory
        end local 0 // io.vertx.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/pgclient/impl/PgConnectionImpl;
            0    3     1  factory  Lio/vertx/pgclient/impl/PgConnectionFactory;
            0    3     2  context  Lio/vertx/core/Context;
            0    3     3     conn  Lio/vertx/sqlclient/impl/Connection;
    MethodParameters:
         Name  Flags
      factory  
      context  
      conn     

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

  public void handleNotification(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.pgclient.impl.PgConnectionImpl this
        start local 1 // int processId
        start local 2 // java.lang.String channel
        start local 3 // java.lang.String payload
         0: .line 74
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.PgConnectionImpl.notificationHandler:Lio/vertx/core/Handler;
            astore 4 /* handler */
        start local 4 // io.vertx.core.Handler handler
         1: .line 75
            aload 4 /* handler */
            ifnull 3
         2: .line 76
            aload 4 /* handler */
            new io.vertx.pgclient.PgNotification
            dup
            invokespecial io.vertx.pgclient.PgNotification.<init>:()V
            iload 1 /* processId */
            invokevirtual io.vertx.pgclient.PgNotification.setProcessId:(I)Lio/vertx/pgclient/PgNotification;
            aload 2 /* channel */
            invokevirtual io.vertx.pgclient.PgNotification.setChannel:(Ljava/lang/String;)Lio/vertx/pgclient/PgNotification;
            aload 3 /* payload */
            invokevirtual io.vertx.pgclient.PgNotification.setPayload:(Ljava/lang/String;)Lio/vertx/pgclient/PgNotification;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 78
      StackMap locals: io.vertx.core.Handler
      StackMap stack:
            return
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String payload
        end local 2 // java.lang.String channel
        end local 1 // int processId
        end local 0 // io.vertx.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/pgclient/impl/PgConnectionImpl;
            0    4     1  processId  I
            0    4     2    channel  Ljava/lang/String;
            0    4     3    payload  Ljava/lang/String;
            1    4     4    handler  Lio/vertx/core/Handler<Lio/vertx/pgclient/PgNotification;>;
    MethodParameters:
           Name  Flags
      processId  
      channel    
      payload    

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

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

  public io.vertx.pgclient.PgConnection cancelRequest(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.impl.PgConnectionImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 92
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            astore 2 /* current */
        start local 2 // io.vertx.core.Context current
         1: .line 93
            aload 2 /* current */
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
            if_acmpne 4
         2: .line 94
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.PgConnectionImpl.factory:Lio/vertx/pgclient/impl/PgConnectionFactory;
            aload 0 /* this */
            aload 1 /* handler */
            invokedynamic handle(Lio/vertx/pgclient/impl/PgConnectionImpl;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/PgConnectionImpl.lambda$2(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.pgclient.impl.PgConnectionFactory.connect:(Lio/vertx/core/Handler;)V
         3: .line 102
            goto 5
         4: .line 103
      StackMap locals: io.vertx.core.Context
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.PgConnectionImpl.context:Lio/vertx/core/Context;
            aload 0 /* this */
            aload 1 /* handler */
            invokedynamic handle(Lio/vertx/pgclient/impl/PgConnectionImpl;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/PgConnectionImpl.lambda$3(Lio/vertx/core/Handler;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         5: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Context current
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/vertx/pgclient/impl/PgConnectionImpl;
            0    6     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    6     2  current  Lio/vertx/core/Context;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/pgclient/PgConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.pgclient.PgConnection preparedQuery(java.lang.String, io.vertx.sqlclient.Tuple, java.util.stream.Collector, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/sqlclient/Tuple;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            checkcast java.util.stream.Collector
            aload 4
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.pgclient.impl.PgConnectionImpl.preparedQuery:(Ljava/lang/String;Lio/vertx/sqlclient/Tuple;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/SqlClient;
            checkcast io.vertx.pgclient.PgConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.pgclient.PgConnection preparedQuery(java.lang.String, java.util.stream.Collector, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.stream.Collector
            aload 3
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.pgclient.impl.PgConnectionImpl.preparedQuery:(Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/SqlClient;
            checkcast io.vertx.pgclient.PgConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.pgclient.PgConnection preparedQuery(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
    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.pgclient.impl.PgConnectionImpl.preparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/SqlClient;
            checkcast io.vertx.pgclient.PgConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.pgclient.PgConnection closeHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
    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.pgclient.impl.PgConnectionImpl.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/sqlclient/impl/SqlConnectionImpl;
            checkcast io.vertx.pgclient.PgConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.pgclient.PgConnection prepare(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
    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.pgclient.impl.PgConnectionImpl.prepare:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/impl/SqlConnectionBase;
            checkcast io.vertx.pgclient.PgConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.pgclient.PgConnection query(java.lang.String, java.util.stream.Collector, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.stream.Collector
            aload 3
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.pgclient.impl.PgConnectionImpl.query:(Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/SqlClient;
            checkcast io.vertx.pgclient.PgConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.pgclient.PgConnection query(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
    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.pgclient.impl.PgConnectionImpl.query:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/SqlClient;
            checkcast io.vertx.pgclient.PgConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.pgclient.PgConnection preparedBatch(java.lang.String, java.util.List, java.util.stream.Collector, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/util/List;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            checkcast java.util.stream.Collector
            aload 4
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.pgclient.impl.PgConnectionImpl.preparedBatch:(Ljava/lang/String;Ljava/util/List;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/sqlclient/SqlClient;
            checkcast io.vertx.pgclient.PgConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.pgclient.PgConnection exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
    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.pgclient.impl.PgConnectionImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/sqlclient/impl/SqlConnectionImpl;
            checkcast io.vertx.pgclient.PgConnection
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(io.vertx.pgclient.impl.PgConnectionFactory, io.vertx.core.Context, io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/pgclient/impl/PgConnectionFactory;Lio/vertx/core/Context;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=6, args_size=4
        start local 3 // io.vertx.core.AsyncResult ar
         0: .line 37
            aload 3 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 6
         1: .line 38
            aload 3 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.sqlclient.impl.Connection
            astore 4 /* conn */
        start local 4 // io.vertx.sqlclient.impl.Connection conn
         2: .line 39
            new io.vertx.pgclient.impl.PgConnectionImpl
            dup
            aload 0
            aload 1
            aload 4 /* conn */
            invokespecial io.vertx.pgclient.impl.PgConnectionImpl.<init>:(Lio/vertx/pgclient/impl/PgConnectionFactory;Lio/vertx/core/Context;Lio/vertx/sqlclient/impl/Connection;)V
            astore 5 /* p */
        start local 5 // io.vertx.pgclient.impl.PgConnectionImpl p
         3: .line 40
            aload 4 /* conn */
            aload 5 /* p */
            invokeinterface io.vertx.sqlclient.impl.Connection.init:(Lio/vertx/sqlclient/impl/Connection$Holder;)V
         4: .line 41
            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.vertx.pgclient.impl.PgConnectionImpl p
        end local 4 // io.vertx.sqlclient.impl.Connection conn
         5: .line 42
            goto 7
         6: .line 43
      StackMap locals:
      StackMap stack:
            aload 2
            aload 3 /* 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 45
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     3    ar  Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/impl/Connection;>;
            2    5     4  conn  Lio/vertx/sqlclient/impl/Connection;
            3    5     5     p  Lio/vertx/pgclient/impl/PgConnectionImpl;

  private static void lambda$1(io.vertx.pgclient.PgConnectOptions, io.vertx.core.Vertx, io.vertx.core.Handler, java.lang.Void);
    descriptor: (Lio/vertx/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 48
            aload 0
            invokevirtual io.vertx.pgclient.PgConnectOptions.isUsingDomainSocket:()Z
            ifeq 3
            aload 1
            invokeinterface io.vertx.core.Vertx.isNativeTransportEnabled:()Z
            ifne 3
         1: .line 49
            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 50
            goto 4
         3: .line 51
      StackMap locals:
      StackMap stack:
            aload 1
            aload 0
            aload 2
            invokestatic io.vertx.pgclient.impl.PgConnectionImpl.connect:(Lio/vertx/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;Lio/vertx/core/Handler;)V
         4: .line 53
      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;

  private void lambda$2(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=4, locals=4, args_size=3
        start local 0 // io.vertx.pgclient.impl.PgConnectionImpl this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 95
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 4
         1: .line 96
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.pgclient.impl.PgSocketConnection
            astore 3 /* conn */
        start local 3 // io.vertx.pgclient.impl.PgSocketConnection conn
         2: .line 97
            aload 3 /* conn */
            aload 0 /* this */
            invokevirtual io.vertx.pgclient.impl.PgConnectionImpl.processId:()I
            aload 0 /* this */
            invokevirtual io.vertx.pgclient.impl.PgConnectionImpl.secretKey:()I
            aload 1
            invokevirtual io.vertx.pgclient.impl.PgSocketConnection.sendCancelRequestMessage:(IILio/vertx/core/Handler;)V
        end local 3 // io.vertx.pgclient.impl.PgSocketConnection conn
         3: .line 98
            goto 5
         4: .line 99
      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
         5: .line 101
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/pgclient/impl/PgConnectionImpl;
            0    6     2    ar  Lio/vertx/core/AsyncResult<Lio/vertx/pgclient/impl/PgSocketConnection;>;
            2    3     3  conn  Lio/vertx/pgclient/impl/PgSocketConnection;

  private void lambda$3(io.vertx.core.Handler, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.pgclient.impl.PgConnectionImpl this
        start local 2 // java.lang.Void v
         0: .line 103
            aload 0 /* this */
            aload 1
            invokevirtual io.vertx.pgclient.impl.PgConnectionImpl.cancelRequest:(Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
            return
        end local 2 // java.lang.Void v
        end local 0 // io.vertx.pgclient.impl.PgConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/pgclient/impl/PgConnectionImpl;
            0    1     2     v  Ljava/lang/Void;
}
Signature: Lio/vertx/sqlclient/impl/SqlConnectionImpl<Lio/vertx/pgclient/impl/PgConnectionImpl;>;Lio/vertx/pgclient/PgConnection;
SourceFile: "PgConnectionImpl.java"
InnerClasses:
  public abstract Holder = io.vertx.sqlclient.impl.Connection$Holder of io.vertx.sqlclient.impl.Connection
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles