Class EncodingPredictor.DecodeResult

java.lang.Object
org.postgresql.core.EncodingPredictor.DecodeResult
Enclosing class:
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
  • Field Details

    • result

      public final String result
    • encoding

      public final @Nullable String encoding