Package org.postgresql.util
Class ServerErrorMessage
java.lang.Object
org.postgresql.util.ServerErrorMessage
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionServerErrorMessage
(String serverError) ServerErrorMessage
(EncodingPredictor.DecodeResult serverError) -
Method Summary
Modifier and TypeMethodDescription@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable String
getFile()
@Nullable String
getHint()
int
@Nullable String
int
getLine()
@Nullable String
int
@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable String
getTable()
@Nullable String
getWhere()
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
-