Package io.vertx.pgclient
Class PgNotice
- java.lang.Object
-
- io.vertx.pgclient.PgNotice
-
public class PgNotice extends Object
A notification emited by Postgres.
-
-
Constructor Summary
Constructors Constructor Description PgNotice()
PgNotice(JsonObject json)
-
Method Summary
-
-
-
Constructor Detail
-
PgNotice
public PgNotice()
-
PgNotice
public PgNotice(JsonObject json)
-
-
Method Detail
-
getSeverity
public String getSeverity()
-
getCode
public String getCode()
-
getMessage
public String getMessage()
-
getDetail
public String getDetail()
-
getHint
public String getHint()
-
getPosition
public String getPosition()
-
getInternalPosition
public String getInternalPosition()
-
getInternalQuery
public String getInternalQuery()
-
getWhere
public String getWhere()
-
getFile
public String getFile()
-
getLine
public String getLine()
-
getRoutine
public String getRoutine()
-
getSchema
public String getSchema()
-
getTable
public String getTable()
-
getColumn
public String getColumn()
-
getDataType
public String getDataType()
-
getConstraint
public String getConstraint()
-
toJson
public JsonObject toJson()
-
log
public void log(io.vertx.core.internal.logging.Logger logger)
-
-