Uses of Class
io.vertx.pgclient.PgNotice
Packages that use PgNotice
-
Uses of PgNotice in io.vertx.pgclient
Methods in io.vertx.pgclient that return PgNoticeModifier and TypeMethodDescriptionPgNotice.setConstraint(String constraint) PgNotice.setDataType(String dataType) PgNotice.setInternalPosition(String internalPosition) PgNotice.setInternalQuery(String internalQuery) PgNotice.setMessage(String message) PgNotice.setPosition(String position) PgNotice.setRoutine(String routine) PgNotice.setSeverity(String severity) Method parameters in io.vertx.pgclient with type arguments of type PgNoticeModifier and TypeMethodDescriptionPgConnection.noticeHandler(Handler<PgNotice> handler) Set a handler called when the connection receives a notice from the server. -
Uses of PgNotice in io.vertx.reactivex.pgclient
Method parameters in io.vertx.reactivex.pgclient with type arguments of type PgNoticeModifier and TypeMethodDescriptionPgConnection.noticeHandler(Handler<PgNotice> handler) Set a handler called when the connection receives a notice from the server. -
Uses of PgNotice in io.vertx.rxjava3.pgclient
Method parameters in io.vertx.rxjava3.pgclient with type arguments of type PgNoticeModifier and TypeMethodDescriptionPgConnection.noticeHandler(Handler<PgNotice> handler) Set a handler called when the connection receives a notice from the server.