Uses of Class
io.vertx.rxjava3.pgclient.PgConnection
-
Packages that use PgConnection Package Description io.vertx.rxjava3.pgclient io.vertx.rxjava3.pgclient.pubsub -
-
Uses of PgConnection in io.vertx.rxjava3.pgclient
Fields in io.vertx.rxjava3.pgclient with type parameters of type PgConnection Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<PgConnection>
PgConnection. __TYPE_ARG
Methods in io.vertx.rxjava3.pgclient that return PgConnection Modifier and Type Method Description static PgConnection
PgConnection. cast(SqlConnection sqlConnection)
Cast a toPgConnection
.PgConnection
PgConnection. closeHandler(Handler<Void> handler)
PgConnection
PgConnection. exceptionHandler(Handler<Throwable> handler)
static PgConnection
PgConnection. newInstance(PgConnection arg)
PgConnection
PgConnection. noticeHandler(Handler<PgNotice> handler)
Set a handler called when the connection receives a notice from the server.PgConnection
PgConnection. notificationHandler(Handler<PgNotification> handler)
Set a handler called when the connection receives notification on a channel.Methods in io.vertx.rxjava3.pgclient that return types with arguments of type PgConnection Modifier and Type Method Description static Single<PgConnection>
PgConnection. connect(Vertx vertx)
Likeconnect(io.vertx.rxjava3.core.Vertx, io.vertx.pgclient.PgConnectOptions)
with options build from the environment variables.static Single<PgConnection>
PgConnection. connect(Vertx vertx, PgConnectOptions options)
Connects to the database and returns the connection if that succeeds.static Single<PgConnection>
PgConnection. connect(Vertx vertx, String connectionUri)
Likeconnect(io.vertx.rxjava3.core.Vertx, io.vertx.pgclient.PgConnectOptions)
with options build fromconnectionUri
.static Single<PgConnection>
PgConnection. rxConnect(Vertx vertx)
Likeconnect(io.vertx.rxjava3.core.Vertx, io.vertx.pgclient.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>
PgConnection. rxConnect(Vertx vertx, String connectionUri)
Likeconnect(io.vertx.rxjava3.core.Vertx, io.vertx.pgclient.PgConnectOptions)
with options build fromconnectionUri
. -
Uses of PgConnection in io.vertx.rxjava3.pgclient.pubsub
Methods in io.vertx.rxjava3.pgclient.pubsub that return PgConnection Modifier and Type Method Description PgConnection
PgSubscriber. actualConnection()
-