public class ServerErrorMessage extends Object implements Serializable
| Constructor and Description |
|---|
ServerErrorMessage(EncodingPredictor.DecodeResult serverError,
String socketAddress) |
ServerErrorMessage(String p_serverError) |
ServerErrorMessage(String p_serverError,
String socketAddress) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetail() |
String |
getERRORCODE() |
String |
getFile() |
String |
getHint() |
int |
getInternalPosition() |
String |
getInternalQuery() |
int |
getLine() |
String |
getMessage() |
int |
getPosition() |
String |
getRoutine() |
String |
getSeverity() |
String |
getSQLState() |
String |
getWhere() |
String |
toString() |
public ServerErrorMessage(EncodingPredictor.DecodeResult serverError, String socketAddress)
public ServerErrorMessage(String p_serverError)
public String getSQLState()
public String getERRORCODE()
public String getMessage()
public String getSeverity()
public String getDetail()
public String getHint()
public int getPosition()
public String getWhere()
public String getFile()
public int getLine()
public String getRoutine()
public String getInternalQuery()
public int getInternalPosition()
Copyright © 2023 openGauss. All rights reserved.