public class ServerErrorMessage extends Object implements Serializable
Constructor and Description |
---|
ServerErrorMessage(EncodingPredictor.DecodeResult serverError) |
ServerErrorMessage(String serverError) |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getColumn() |
@Nullable String |
getConstraint() |
@Nullable String |
getDatatype() |
@Nullable String |
getDetail() |
@Nullable String |
getFile() |
@Nullable String |
getHint() |
int |
getInternalPosition() |
@Nullable String |
getInternalQuery() |
int |
getLine() |
@Nullable String |
getMessage() |
int |
getPosition() |
@Nullable String |
getRoutine() |
@Nullable String |
getSchema() |
@Nullable String |
getSeverity() |
@Nullable String |
getSQLState() |
@Nullable String |
getTable() |
@Nullable String |
getWhere() |
String |
toString() |
public ServerErrorMessage(EncodingPredictor.DecodeResult serverError)
public ServerErrorMessage(String serverError)
public @Nullable String getSQLState()
public @Nullable String getMessage()
public @Nullable String getSeverity()
public @Nullable String getDetail()
public @Nullable String getHint()
public int getPosition()
public @Nullable String getWhere()
public @Nullable String getSchema()
public @Nullable String getTable()
public @Nullable String getColumn()
public @Nullable String getDatatype()
public @Nullable String getConstraint()
public @Nullable String getFile()
public int getLine()
public @Nullable String getRoutine()
public @Nullable String getInternalQuery()
public int getInternalPosition()
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.