パッケージ org.postgresql.core

クラス EncodingPredictor.DecodeResult

java.lang.Object
org.postgresql.core.EncodingPredictor.DecodeResult
含まれているクラス:
EncodingPredictor

public static class EncodingPredictor.DecodeResult extends Object
In certain cases the encoding is not known for sure (e.g. before authentication). In such cases, backend might send messages in "native to database" encoding, thus pgjdbc has to guess the encoding nad
  • フィールド詳細

    • result

      public final String result
    • encoding

      public final @Nullable String encoding