パッケージ org.postgresql.util

クラス ServerErrorMessage

java.lang.Object
org.postgresql.util.ServerErrorMessage
すべての実装されたインタフェース:
Serializable

public class ServerErrorMessage extends Object implements Serializable
関連項目:
  • コンストラクタの詳細

  • メソッドの詳細

    • getSQLState

      public @Nullable String getSQLState()
    • getMessage

      public @Nullable String getMessage()
    • getSeverity

      public @Nullable String getSeverity()
    • getDetail

      public @Nullable String getDetail()
    • getHint

      public @Nullable String getHint()
    • getPosition

      public int getPosition()
    • getWhere

      public @Nullable String getWhere()
    • getSchema

      public @Nullable String getSchema()
    • getTable

      public @Nullable String getTable()
    • getColumn

      public @Nullable String getColumn()
    • getDatatype

      public @Nullable String getDatatype()
    • getConstraint

      public @Nullable String getConstraint()
    • getFile

      public @Nullable String getFile()
    • getLine

      public int getLine()
    • getRoutine

      public @Nullable String getRoutine()
    • getInternalQuery

      public @Nullable String getInternalQuery()
    • getInternalPosition

      public int getInternalPosition()
    • toString

      public String toString()
      オーバーライド:
      toString クラス内 Object