Uses of Interface
io.vertx.pgclient.PgConnection
-
Packages that use PgConnection Package Description io.vertx.pgclient io.vertx.pgclient.pubsub -
-
Uses of PgConnection in io.vertx.pgclient
Methods in io.vertx.pgclient that return PgConnection Modifier and Type Method Description static PgConnectionPgConnection. cast(SqlConnection sqlConnection)Cast aSqlConnectiontoPgConnection.PgConnectionPgConnection. closeHandler(Handler<Void> handler)PgConnectionPgConnection. exceptionHandler(Handler<Throwable> handler)PgConnectionPgConnection. noticeHandler(Handler<PgNotice> handler)Set a handler called when the connection receives a notice from the server.PgConnectionPgConnection. 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 PgConnection Modifier and Type Method Description static Future<PgConnection>PgConnection. connect(Vertx vertx)Likeconnect(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>PgConnection. connect(Vertx vertx, String connectionUri)Likeconnect(Vertx, PgConnectOptions)with options build fromconnectionUri. -
Uses of PgConnection in io.vertx.pgclient.pubsub
Methods in io.vertx.pgclient.pubsub that return PgConnection Modifier and Type Method Description PgConnectionPgSubscriber. actualConnection()
-