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.

    • Field Detail

      • __TYPE_ARG

        public static final io.vertx.lang.rx.TypeArg<PgConnection> __TYPE_ARG
    • Constructor Detail

      • PgConnection

        public PgConnection​(PgConnection delegate)
      • PgConnection

        public PgConnection​(Object delegate)