Uses of Class
io.vertx.reactivex.pgclient.PgConnection
Packages that use PgConnection
-
Uses of PgConnection in io.vertx.reactivex.pgclient
Fields in io.vertx.reactivex.pgclient with type parameters of type PgConnectionModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<PgConnection> PgConnection.__TYPE_ARGMethods in io.vertx.reactivex.pgclient that return PgConnectionModifier and TypeMethodDescriptionstatic PgConnectionPgConnection.cast(SqlConnection sqlConnection) Cast a toPgConnection.PgConnection.closeHandler(Handler<Void> handler) PgConnection.exceptionHandler(Handler<Throwable> handler) static PgConnectionPgConnection.newInstance(PgConnection arg) 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.reactivex.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.static Single<PgConnection> LikePgConnection.connect(Vertx, PgConnectOptions)with options build from the environment variables.static Single<PgConnection> PgConnection.rxConnect(Vertx vertx, PgConnectOptions options) Connects to the database and returns the connection if that succeeds.static Single<PgConnection> LikePgConnection.connect(Vertx, PgConnectOptions)with options build fromconnectionUri. -
Uses of PgConnection in io.vertx.reactivex.pgclient.pubsub
Methods in io.vertx.reactivex.pgclient.pubsub that return PgConnection