Class PgConnection


  • public class PgConnection
    extends SqlConnection
    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.