Package org.postgresql.util
Class ServerErrorMessage
java.lang.Object
org.postgresql.util.ServerErrorMessage
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServerErrorMessage(String serverError) ServerErrorMessage(EncodingPredictor.DecodeResult serverError) -
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable String@Nullable String@Nullable String@Nullable StringgetFile()@Nullable StringgetHint()int@Nullable StringintgetLine()@Nullable Stringint@Nullable String@Nullable String@Nullable String@Nullable String@Nullable StringgetTable()@Nullable StringgetWhere()toString()
-
Constructor Details
-
ServerErrorMessage
-
ServerErrorMessage
-
-
Method Details
-
getSQLState
-
getMessage
-
getSeverity
-
getDetail
-
getHint
-
getPosition
public int getPosition() -
getWhere
-
getSchema
-
getTable
-
getColumn
-
getDatatype
-
getConstraint
-
getFile
-
getLine
public int getLine() -
getRoutine
-
getInternalQuery
-
getInternalPosition
public int getInternalPosition() -
toString
-