Package | Description |
---|---|
io.vertx.pgclient | |
io.vertx.reactivex.pgclient | |
io.vertx.rxjava.pgclient | |
io.vertx.rxjava3.pgclient |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static void |
PgNoticeConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
PgNotice obj) |
static void |
PgNoticeConverter.toJson(PgNotice obj,
JsonObject json) |
static void |
PgNoticeConverter.toJson(PgNotice obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
PgConnection |
PgConnection.noticeHandler(Handler<PgNotice> handler)
Set a handler called when the connection receives a notice from the server.
|
Modifier and Type | Method and Description |
---|---|
PgConnection |
PgConnection.noticeHandler(Handler<PgNotice> handler)
Set a handler called when the connection receives a notice from the server.
|
Modifier and Type | Method and Description |
---|---|
PgConnection |
PgConnection.noticeHandler(Handler<PgNotice> handler)
Set a handler called when the connection receives a notice from the server.
|
Modifier and Type | Method and Description |
---|---|
PgConnection |
PgConnection.noticeHandler(Handler<PgNotice> handler)
Set a handler called when the connection receives a notice from the server.
|
Copyright © 2023 Eclipse. All rights reserved.