Uses of Interface
io.vertx.pgclient.PgConnection
Packages that use PgConnection
Package
Description
-
Uses of PgConnection in io.vertx.pgclient
Methods in io.vertx.pgclient that return PgConnectionModifier and TypeMethodDescriptionstatic PgConnectionPgConnection.cast(SqlConnection sqlConnection) Cast aSqlConnectiontoPgConnection.PgConnection.closeHandler(Handler<Void> handler) Set an handler called when the connection is closed.PgConnection.exceptionHandler(Handler<Throwable> handler) Set an handler called with connection errors.PgConnection.noticeHandler(Handler<PgNotice> handler) Set a handler called when the connection receives a notice from the server.PgConnection.notificationHandler(Handler<PgNotification> handler) Set a handler called when the connection receives notification on a channel.Methods in io.vertx.pgclient that return types with arguments of type PgConnectionModifier and TypeMethodDescriptionstatic Future<PgConnection> LikePgConnection.connect(Vertx, PgConnectOptions)with options build from the environment variables.static Future<PgConnection> PgConnection.connect(Vertx vertx, PgConnectOptions options) Connects to the database and returns the connection if that succeeds.static Future<PgConnection> LikePgConnection.connect(Vertx, PgConnectOptions)with options build fromconnectionUri. -
Uses of PgConnection in io.vertx.pgclient.pubsub
Methods in io.vertx.pgclient.pubsub that return PgConnection -
Uses of PgConnection in io.vertx.reactivex.pgclient
Methods in io.vertx.reactivex.pgclient that return PgConnectionMethods in io.vertx.reactivex.pgclient with parameters of type PgConnectionConstructors in io.vertx.reactivex.pgclient with parameters of type PgConnection -
Uses of PgConnection in io.vertx.rxjava3.pgclient
Methods in io.vertx.rxjava3.pgclient that return PgConnectionMethods in io.vertx.rxjava3.pgclient with parameters of type PgConnectionConstructors in io.vertx.rxjava3.pgclient with parameters of type PgConnection