Class PgConnection

  • All Implemented Interfaces:
    io.vertx.lang.rx.RxDelegate

    public class PgConnection
    extends SqlConnection
    implements io.vertx.lang.rx.RxDelegate
    A connection to Postgres.

    The connection object supports all the operations defined in the interface, it also provides additional support:

    • Notification
    • Request Cancellation

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.