public interface io.vertx.pgclient.PgConnection extends io.vertx.sqlclient.SqlConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.pgclient.PgConnection
  super_class: java.lang.Object
{
  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=2, locals=4, 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 56
            aload 0 /* vertx */
            aload 1 /* options */
            invokestatic io.vertx.pgclient.PgConnection.connect:(Lio/vertx/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;)Lio/vertx/core/Future;
            astore 3 /* fut */
        start local 3 // io.vertx.core.Future fut
         1: .line 57
            aload 2 /* handler */
            ifnull 3
         2: .line 58
            aload 3 /* fut */
            aload 2 /* handler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         3: .line 60
      StackMap locals: io.vertx.core.Future
      StackMap stack:
            return
        end local 3 // io.vertx.core.Future fut
        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    4     0    vertx  Lio/vertx/core/Vertx;
            0    4     1  options  Lio/vertx/pgclient/PgConnectOptions;
            0    4     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/pgclient/PgConnection;>;>;
            1    4     3      fut  Lio/vertx/core/Future<Lio/vertx/pgclient/PgConnection;>;
    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 static io.vertx.core.Future<io.vertx.pgclient.PgConnection> connect(io.vertx.core.Vertx, io.vertx.pgclient.PgConnectOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;)Lio/vertx/core/Future;
    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 // io.vertx.pgclient.PgConnectOptions options
         0: .line 66
            aload 0 /* vertx */
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            checkcast io.vertx.core.impl.ContextInternal
            aload 1 /* options */
            invokestatic io.vertx.pgclient.impl.PgConnectionImpl.connect:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/pgclient/PgConnectOptions;)Lio/vertx/core/Future;
            areturn
        end local 1 // io.vertx.pgclient.PgConnectOptions 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/vertx/pgclient/PgConnectOptions;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;)Lio/vertx/core/Future<Lio/vertx/pgclient/PgConnection;>;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public static void connect(io.vertx.core.Vertx, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.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 73
            aload 0 /* vertx */
            invokestatic io.vertx.pgclient.PgConnectOptions.fromEnv:()Lio/vertx/pgclient/PgConnectOptions;
            aload 1 /* handler */
            invokestatic io.vertx.pgclient.PgConnection.connect:(Lio/vertx/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;Lio/vertx/core/Handler;)V
         1: .line 74
            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/vertx/pgclient/PgConnection;>;>;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/pgclient/PgConnection;>;>;)V
    MethodParameters:
         Name  Flags
      vertx    
      handler  

  public static io.vertx.core.Future<io.vertx.pgclient.PgConnection> connect(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/core/Future;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 80
            aload 0 /* vertx */
            invokestatic io.vertx.pgclient.PgConnectOptions.fromEnv:()Lio/vertx/pgclient/PgConnectOptions;
            invokestatic io.vertx.pgclient.PgConnection.connect:(Lio/vertx/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;)Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
    Signature: (Lio/vertx/core/Vertx;)Lio/vertx/core/Future<Lio/vertx/pgclient/PgConnection;>;
    MethodParameters:
       Name  Flags
      vertx  

  public static void connect(io.vertx.core.Vertx, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.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 87
            aload 0 /* vertx */
            aload 1 /* connectionUri */
            invokestatic io.vertx.pgclient.PgConnectOptions.fromUri:(Ljava/lang/String;)Lio/vertx/pgclient/PgConnectOptions;
            aload 2 /* handler */
            invokestatic io.vertx.pgclient.PgConnection.connect:(Lio/vertx/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;Lio/vertx/core/Handler;)V
         1: .line 88
            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/vertx/pgclient/PgConnection;>;>;
    Signature: (Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/pgclient/PgConnection;>;>;)V
    MethodParameters:
               Name  Flags
      vertx          
      connectionUri  
      handler        

  public static io.vertx.core.Future<io.vertx.pgclient.PgConnection> connect(io.vertx.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/core/Future;
    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 94
            aload 0 /* vertx */
            aload 1 /* connectionUri */
            invokestatic io.vertx.pgclient.PgConnectOptions.fromUri:(Ljava/lang/String;)Lio/vertx/pgclient/PgConnectOptions;
            invokestatic io.vertx.pgclient.PgConnection.connect:(Lio/vertx/core/Vertx;Lio/vertx/pgclient/PgConnectOptions;)Lio/vertx/core/Future;
            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;
    Signature: (Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/pgclient/PgConnection;>;
    MethodParameters:
               Name  Flags
      vertx          
      connectionUri  

  public abstract io.vertx.pgclient.PgConnection notificationHandler(io.vertx.core.Handler<io.vertx.pgclient.PgNotification>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/pgclient/PgNotification;>;)Lio/vertx/pgclient/PgConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/pgclient/PgConnection;
    MethodParameters:
         Name  Flags
      handler  

  public abstract int processId();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int secretKey();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract io.vertx.pgclient.PgConnection exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/pgclient/PgConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.pgclient.PgConnection closeHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/pgclient/PgConnection;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

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

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

  public io.vertx.sqlclient.SqlConnection exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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
            invokeinterface io.vertx.pgclient.PgConnection.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "PgConnection.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()