Uses of Class
io.vertx.pgclient.PgNotice
-
Packages that use PgNotice Package Description io.vertx.pgclient io.vertx.reactivex.pgclient io.vertx.rxjava3.pgclient -
-
Uses of PgNotice in io.vertx.pgclient
Methods in io.vertx.pgclient that return PgNotice Modifier and Type Method Description PgNotice
PgNotice. setCode(String code)
PgNotice
PgNotice. setColumn(String column)
PgNotice
PgNotice. setConstraint(String constraint)
PgNotice
PgNotice. setDataType(String dataType)
PgNotice
PgNotice. setDetail(String detail)
PgNotice
PgNotice. setFile(String file)
PgNotice
PgNotice. setHint(String hint)
PgNotice
PgNotice. setInternalPosition(String internalPosition)
PgNotice
PgNotice. setInternalQuery(String internalQuery)
PgNotice
PgNotice. setLine(String line)
PgNotice
PgNotice. setMessage(String message)
PgNotice
PgNotice. setPosition(String position)
PgNotice
PgNotice. setRoutine(String routine)
PgNotice
PgNotice. setSchema(String schema)
PgNotice
PgNotice. setSeverity(String severity)
PgNotice
PgNotice. setTable(String table)
PgNotice
PgNotice. setWhere(String where)
Method parameters in io.vertx.pgclient with type arguments of type PgNotice Modifier and Type Method Description PgConnection
PgConnection. 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 PgNotice Modifier and Type Method Description PgConnection
PgConnection. 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 PgNotice Modifier and Type Method Description PgConnection
PgConnection. noticeHandler(Handler<PgNotice> handler)
Set a handler called when the connection receives a notice from the server.
-